-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 822 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
{
"templateDir": "src/templates",
"devBucket": "js-app",
"devDependencies": {
"node-static": "~0.7.0",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-handlebars": "nathanjd/grunt-contrib-handlebars",
"grunt-contrib-sass": "~0.4.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-copy": "~0.4.1",
"mocha": "~1.12.0",
"chai": "~1.7.2",
"grunt-s3": "~0.2.0-alpha.2",
"lodash": "~2.4.1",
"handlebars": "~2.0.0-alpha.2",
"requirejs": "~2.1.11",
"crossroads": "~0.12.0",
"signals": "~1.0.0",
"hasher": "~1.2.0"
},
"dependencies": {
"express": "~4.1.1",
"orm": "~2.1.12",
"sqlite3": "~2.2.3",
"orm-timestamps": "~0.2.1",
"when": "~3.1.0",
"body-parser": "~1.2.0"
}
}