-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1015 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
40
41
42
{
"name": "canvas-linechart",
"version": "2.1.2",
"description": "simple, dependency-free canvas chart",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"docs": "documentation index.js -f md > API.md",
"test": "npm run lint && tap test/test.js"
},
"repository": {
"type": "git",
"url": "[email protected]:mapbox/canvas-linechart.git"
},
"keywords": [
"canvas",
"line",
"chart"
],
"author": "Tom MacWright",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/canvas-linechart/issues"
},
"homepage": "https://github.com/mapbox/canvas-linechart",
"dependencies": {
"get-control-points": "^1.0.0",
"simple-linear-scale": "^1.0.1",
"xtend": "^4.0.0"
},
"devDependencies": {
"eslint": "^1.5.0",
"browserify": "^11.1.0",
"btoa": "^1.1.2",
"concat-stream": "^1.5.0",
"documentation": "^2.0.1",
"image-equal": "^1.1.0",
"smokestack": "^3.3.1",
"tap": "^1.4.1",
"tape": "^4.2.0"
}
}