forked from weluse/hyperagent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 779 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 779 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": "hyperagent",
"version": "0.0.0",
"devDependencies": {
"coveralls": "^2.10.0",
"grunt": "^0.4.4",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "~0.6.0",
"grunt-conventional-changelog": "~1.1.0",
"grunt-devtools": "~0.2.0",
"grunt-es6-module-transpiler": "^0.4.0",
"grunt-karma": "~0.8.0",
"grunt-open": "~0.2.0",
"karma-coverage": "~0.2.0",
"karma-mocha": "~0.1.0",
"karma-phantomjs-launcher": "^0.1.2",
"lodash": "~2.4.1",
"matchdep": "~0.3.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test-ci"
}
}