-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathpackage.json
46 lines (46 loc) · 1003 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
43
44
45
46
{
"name": "chartjs-node",
"version": "1.7.1",
"description": "Create Chart.js chart images server-side",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vmpowerio/chartjs-node.git"
},
"keywords": [
"Chartjs",
"Charts",
"Plots",
"Graphs"
],
"author": "sedouard",
"license": "MIT",
"bugs": {
"url": "https://github.com/vmpowerio/chartjs-node/issues"
},
"homepage": "https://github.com/vmpowerio/chartjs-node#readme",
"dependencies": {
"bluebird": "^3.4.6",
"canvas": "1.6.*",
"debug": "^2.2.0",
"jsdom": "9.8.*",
"stream-buffers": "^3.0.1"
},
"peerDependencies": {
"chart.js": "<=2.7.*"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jscs": "^2.8.0",
"grunt-mocha-cli": "^2.1.0",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.0.2"
}
}