-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 949 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 949 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
32
33
{
"name": "backpain",
"version": "0.1.0",
"description": "Example Frontend Application",
"authors": [
"Nowell Strite <nowell@strite.org> (http://nowell.strite.org)"
],
"devDependencies": {
"uglify-js": "1.3.5",
"grunt": "0.4.1",
"grunt-cli": "0.1.9",
"grunt-contrib-requirejs": "0.4.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-less": "~0.5.0",
"grunt-devserver": "~0.4.0",
"grunt-contrib-jshint": "~0.4.0",
"grunt-lesslint": "~0.11.0",
"bower": "1.0.3",
"mocha": "1.12.0",
"karma": "0.9.6",
"karma-mocha": "git://github.com/WiserTogether/karma-mocha.git#master",
"karma-requirejs": "0.0.3",
"karma-growl-reporter": "0.0.2",
"phantomjs": "1.9.1-0",
"karma-phantomjs-launcher": "0.0.2",
"less": "~1.4.1",
"karma-chrome-launcher": "0.0.2"
},
"scripts": {
"test": "./node_modules/.bin/karma start"
}
}