-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.4 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
43
44
45
46
47
48
{
"name": "eco",
"version": "0.4.0-alpha",
"description": "Entity-component-system microframework",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"author": "lajohnston",
"license": "ISC",
"devDependencies": {
"babel-plugin-__coverage__": "^11.0.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-es2015-modules-umd": "^6.12.0",
"babel-preset-es2015": "^6.16.0",
"babel-register": "^6.26.0",
"eslint": "^3.9.1",
"eslint-plugin-import": "^2.8.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.3",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-jasmine": "^2.4.2",
"gulp-load-plugins": "^1.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-wrap": "^0.13.0",
"istanbul": "^0.4.5",
"jasmine-core": "^2.99.1",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-benchmark": "^0.7.1",
"karma-benchmark-reporter": "^0.1.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-source-map-support": "^1.2.0",
"moment": "^2.20.1",
"rollup": "^0.52.3",
"rollup-plugin-babel": "^3.0.3",
"rollup-stream": "^1.24.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}