-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 945 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
{
"name": "c3",
"version": "0.4.10-alm.3",
"description": "D3-based reusable chart library",
"main": "c3.js",
"scripts": {
"build": "grunt",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/masayuki0812/c3.git"
},
"keywords": [
"d3",
"chart",
"graph"
],
"author": "Masayuki Tanaka",
"license": "MIT",
"gitHead": "84e03109d9a590f9c8ef687c03d751f666080c6f",
"readmeFilename": "README.md",
"peerDependencies": {
"d3": "^3.5.4",
"pathseg": "^1.2.1"
},
"devDependencies": {
"coffeescript": "^2.7.0",
"grunt": "^1.5.3",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-jasmine": "^3.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"load-grunt-tasks": "^5.1.0",
"node-sass": "^7.0.1"
}
}