-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (37 loc) · 838 Bytes
/
package.json
File metadata and controls
40 lines (37 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "speedreader",
"version": "0.0.0",
"devDependencies": {
"jstest": "~1.0.0",
"wake": "~0.3.0"
},
"wake": {
"javascript": {
"sourceDirectory": "static/js",
"targetDirectory": "static/compiled",
"targets": {
"lib.js": ["jquery-1.10.2.min", "jquery.transit.min.js",
"jquery-requestAnimationFrame.min", "cookies.js"],
"app.js": ["speed", "regulator"]
}
},
"css": {
"sourceDirectory": "static/css",
"targetDirectory": "static/compiled",
"targets": {
"app.css": ["reset", "readfast"]
}
},
"binary": {
"sourceDirectory": "static/images",
"targetDirectory": "static/compiled",
"targets": {
"**/*.*": ""
}
}
},
"engines": {
"node": "0.10.20",
"npm": "1.3.11"
}
}