-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
51 lines (51 loc) · 1.32 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.5",
"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"
},
"scripts": {
"test": "jest -c ./tests/jest.config.js"
},
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"ansi-colors": "^3.2.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"browser-sync": "^2.26.3",
"canvas": "^2.1.0",
"del": "^3.0.0",
"fancy-log": "^1.3.2",
"gulp": "^4.0.0",
"jest": "^23.6.0",
"lodash.template": "^4.4.0",
"minimist": "^1.2.0",
"rollup": "^0.66.6",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-cleanup": "^3.0.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-multi-entry": "^2.0.2",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-uglify": "^6.0.0"
},
"engine": "node >= 8.9.0"
}