-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 832 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 832 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
{
"name": "dsmcode-ui",
"version": "1.0.0",
"dependencies": {
"coffee-script": "*",
"bower": "~1.2.7",
"grunt-cli": "*",
"grunt-recess": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-coffee": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-clean": "*",
"grunt-ember-template-compiler": "~>1.2.0",
"load-grunt-config": "*"
},
"devDependencies": {
"grunt-coffeelint": "*",
"grunt-karma-coveralls": "~2.2.0",
"grunt-karma": "0.7.0",
"karma-phantomjs-launcher": "*",
"karma-chrome-launcher": "*",
"karma-qunit": "*",
"karma-coverage": "*"
},
"scripts": {
"postinstall": "bower install",
"test": "grunt ci"
}
}