-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 983 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
33
34
35
36
37
38
39
{
"name": "achart-series",
"version": "1.0.16",
"description": "series for chart. Include of line,area,column and pie.",
"keywords": [],
"homepage": "https://github.com/acharts/achart-series",
"author": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/acharts/achart-series.git"
},
"bugs": {
"url": "https://github.com/acharts/achart-series/issues"
},
"licenses": "MIT",
"spm": {
"main": "index.js",
"dependencies": {
"achart-util": "~1.1.0",
"achart-actived": "~1.0.2",
"achart-labels": "~1.0.3",
"achart-markers": "~1.0.2",
"achart-plot": "~1.1.1",
"achart-legend": "~1.0.2"
},
"devDependencies": {
"expect.js": "0.3.1",
"achart-canvas": "~1.1.1",
"achart-axis": "~1.1.3",
"sinon": "1.6.0",
"event-simulate": "1.0.0",
"jquery": "1.9.1"
},
"tests": "tests/pie*-spec.js"
},
"dependencies": {
"spm": "~3.4.3"
}
}