-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
{
"name": "action",
"version": "0.7.0",
"releaseName": "Adam Baldwin",
"private": true,
"scripts": {
"start": "node app.js",
"test": "gulp test"
},
"dependencies": {
"ejs": "*",
"express": "3.2.0",
"portfinder": "^0.2.1"
},
"devDependencies": {
"browserify": "^6.1.0",
"chai": "^1.9.2",
"gulp": "^3.6.0",
"gulp-browserify": "^0.5.0",
"gulp-concat": "^2.2.0",
"gulp-es6-module-transpiler": "^0.1.3",
"gulp-es6-transpiler": "^1.0.0",
"gulp-header": "^1.0.2",
"gulp-jshint": "^1.5.5",
"gulp-karma": "0.0.4",
"gulp-mocha": "^1.1.0",
"gulp-plumber": "^0.6.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.2.1",
"gulp-watch": "^0.5.4",
"gulp-zip": "^0.3.4",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.24",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.5",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.13",
"mocha": "^2.0.0",
"phantomjs": "^1.9.11"
}
}