forked from hellosean1025/node-echarts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 792 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 792 Bytes
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
{
"name": "@waye/node-echarts",
"version": "2.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/ava index.test.js",
"pub": "npm publish --registry=http://registry.npmjs.org --access=public"
},
"ava": {
"require": [
"@babel/register"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/wayejs/node-echarts.git"
},
"author": "lynzz",
"license": "ISC",
"bugs": {
"url": "https://github.com/wayejs/node-echarts/issues"
},
"homepage": "https://github.com/wayejs/node-echarts#readme",
"dependencies": {
"ava": "2.x",
"canvas": "^2.6.1",
"echarts": "^4.9.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.32",
"@babel/register": "^7.0.0-beta.32"
}
}