-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.13 KB
/
package.json
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
41
42
43
44
45
46
47
{
"author": "Klee Group",
"name": "front-end-spa",
"description": "front-end-spa",
"version": "0.0.1",
"homepage": "",
"repository": {
"type": "git",
"url": "git@github.com/dtklee/front-end-spa.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"start": "brunch watch --server",
"test": "brunch test",
"api": "node ./example/api/server.js",
"doc": "docco app/lib/* app/models/* app/views/* README.md"
},
"dependencies": {
"javascript-brunch": ">= 1.0 < 1.7",
"coffee-script-brunch": ">= 1.0 < 1.7",
"css-brunch": ">= 1.0 < 1.7",
"stylus-brunch": ">= 1.0 < 1.7",
"handlebars-brunch": ">= 1.0 < 1.7",
"uglify-js-brunch": ">= 1.0 < 1.7",
"clean-css-brunch": ">= 1.0 < 1.7",
"jade-brunch": "~1.8.0",
"chai": "~1.9.0"
},
"main": "index.js",
"directories": {
"test": "test"
},
"license": "MIT",
"devDependencies": {
"hapi": "~2.1.2",
"backbone": "~1.1.0",
"underscore": "~1.6.0",
"bluebird": "~1.0.5",
"backbone-validation": "~0.9.1",
"sinon-chai": "~2.5.0",
"sinon": "~1.8.2",
"i18next": "~1.7.1"
}
}