-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 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
49
50
51
{
"name": "@createjs/build",
"version": "2.0.0-beta.3",
"description": "CreateJS's central build and development process.",
"keywords": [
"createjs",
"easel",
"tween",
"preload",
"sound",
"gskinner"
],
"homepage": "https://createjs.com",
"bugs": "https://github.com/createjs/build/issues",
"license": "MIT",
"contributors": [
"Patrick McGuckin <[email protected]> (https://github.com/tehvgg)"
],
"logo": "assets/icon.png",
"repository": {
"type": "git",
"url": "https://github.com/createjs/build.git"
},
"dependencies": {
"@babel/core": "^7.1.5",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"@babel/register": "^7.0.0",
"browser-sync": "^2.24.4",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-eslint": "^4.0.2",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "2.6.x",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"merge-stream": "^1.0.1",
"rollup": "^0.67.1",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-exports-extend": "^1.1.2",
"rollup-plugin-force-binding": "^1.0.6",
"rollup-plugin-multi-entry": "^2.0.2",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-stream": "^1.24.1",
"uglify-es": "^3.3.10",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"engine": "node >= 8.9.4"
}