-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 723 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 723 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
{
"name": "node-echarts",
"version": "1.1.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/ava"
},
"ava": {
"require": [
"@babel/register"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/suxiaoxin/node-echarts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/suxiaoxin/node-echarts/issues"
},
"homepage": "https://github.com/suxiaoxin/node-echarts#readme",
"dependencies": {
"canvas-prebuilt": "^1.6.5-prerelease.1",
"echarts": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.32",
"@babel/register": "^7.0.0-beta.32",
"ava": "^0.23.0"
}
}