-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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
48
49
{
"name": "ember-1",
"version": "0.0.1",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "3.3.4",
"jade": "*"
},
"devDependencies": {
"grunt": "~0.4.1",
"chai": "~1.7.2",
"mocha": "~1.12.0",
"sinon": "~1.7.3",
"node-inspector": "~0.3.4",
"testem": "~0.4.2",
"sinon-chai": "~2.4.0",
"grunt-plato": "~0.2.1",
"phantomjs": "~1.9.1-0",
"blanket": "~1.1.5",
"plato": "~0.6.1",
"bower": "~1.2.4",
"grunt-express-server": "~0.4.3",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-compass": "~0.5.0",
"matchdep": "~0.1.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-jshint": "~0.6.3",
"grunt-ssh": "~0.6.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-imagemin": "~0.2.0",
"grunt-bower-requirejs": "~0.7.1",
"intern": "~1.2.1",
"karma-script-launcher": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-requirejs": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma": "~0.10.2",
"karma-mocha": "~0.1.0",
"karma-chai-plugins": "~0.1.2",
"karma-chai": "0.0.1"
}
}