-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 795 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 795 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
{
"name": "hyperagent-forms",
"version": "0.0.0",
"devDependencies": {
"coveralls": "~2.0.7",
"grunt": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-devtools": "~0.1.0-7",
"grunt-es6-module-transpiler": "~0.1.0",
"grunt-karma": "^0.10.1",
"grunt-open": "~0.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "~1.2.1",
"matchdep": "~0.1.1",
"mocha": "^2.1.0"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test-ci"
}
}