-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 893 Bytes
/
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
{
"name": "pubapplication",
"version": "0.0.0",
"dependencies": {
"gulp": "^4",
"bower": "1.7.2",
"browserify": "13.0.0",
"vinyl-source-stream": "^2",
"sat-js": "git://github.com/jriecken/sat-js.git"
},
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "~1.3.4",
"babel-preset-es2015": "~6.5.0",
"babelify": "~7.2.0",
"gulp-babel": "~6.1.2",
"gulp-concat": "~2.6.0",
"gulp-livereload": "~3.8.1",
"gulp-sourcemaps": "~1.6.0",
"karma": "~1.2.0",
"karma-browserify": "^5.1.0",
"karma-chai": "~0.1.0",
"karma-mocha": "~1.1.1",
"karma-mocha-reporter": "^2.1.0",
"karma-phantomjs-launcher": "~1.0.1",
"karma-sinon": "^1.0.5",
"sinon": "^1.17.5",
"vinyl-buffer": "~1.0.0",
"watchify": "~3.7.0"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test"
}
}