-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 444 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 444 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "dispatch",
"version": "0.0.2",
"devDependencies": {
"chai": "~1.9.0",
"mocha": "~1.17.1",
"mocha-phantomjs": "~3.3.2",
"gulp": "~3.5.2",
"gulp-jshint": "~1.4.2",
"gulp-concat": "~2.1.7",
"gulp-uglify": "~0.2.1",
"gulp-rename": "~1.1.0",
"gulp-jsdoc": "0.0.2"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"scripts": {
"test": "mocha-phantomjs test/index.html"
}
}