forked from ecomfe/zrender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 821 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
{
"name": "zrender",
"version": "4.0.5",
"description": "A lightweight canvas library.",
"keywords": [
"canvas",
"2d"
],
"repository": {
"type": "git",
"url": "https://github.com/ecomfe/zrender.git"
},
"scripts": {
"prepublish": "node build/build.js --prepublish",
"build": "node build/build.js --release",
"dev": "node build/build.js --watch"
},
"license": "BSD",
"devDependencies": {
"@babel/core": "7.0.0-beta.31",
"@babel/helper-module-transforms": "7.0.0-beta.31",
"@babel/helper-simple-access": "7.0.0-beta.31",
"@babel/template": "7.0.0-beta.31",
"@babel/types": "7.0.0-beta.31",
"assert": "1.4.1",
"commander": "2.11.0",
"fs-extra": "4.0.2",
"jsdiff": "1.1.1",
"rollup": "0.50.0",
"rollup-plugin-uglify": "2.0.1"
}
}