forked from willmruzek/starter-backbone-requirejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 877 Bytes
/
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
{
"name": "starter",
"version": "0.0.0",
"description": "Personal starter",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install"
},
"author": "",
"license": "ISC",
"devDependencies": {
"mocha": "~1.20.0",
"chai": "~1.9.1",
"sinon": "~1.10.0",
"sinon-chai": "~2.5.0",
"karma": "~0.12.17",
"karma-mocha": "~0.1.6",
"karma-sinon": "~1.0.3",
"karma-chai-sinon": "~0.1.3",
"karma-chrome-launcher": "~0.1.4",
"grunt": "~0.4.5",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-connect": "~0.8.0",
"grunt-eslint": "~0.6.0",
"grunt-karma": "~0.8.3",
"load-grunt-tasks": "~0.4.0",
"jit-grunt": "~0.7.0",
"time-grunt": "~0.4.0",
"requirejs": "~2.1.14",
"karma-requirejs": "~0.2.2"
}
}