-
Notifications
You must be signed in to change notification settings - Fork 170
/
package.json
43 lines (43 loc) · 951 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
{
"name": "xcharts",
"version": "0.2.0",
"description": "A D3-based library for building custom charts and graphs.",
"main": "build/xcharts.js",
"homepage": "http://tenxer.github.com/xcharts/",
"scripts": {
"test": "make lint && make test"
},
"repository": {
"type": "git",
"url": "https://github.com/tenxer/xcharts.git"
},
"bugs": "https://github.com/tenxer/xcharts/issues",
"keywords": [
"chart",
"d3.js",
"d3",
"svg",
"tenXer"
],
"author": {
"name": "tenXer",
"url": "http://www.tenxer.com"
},
"contributors": [
"Paul Armstrong <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"underscore": "~1.4.3",
"less": "~1.3.1",
"uglify-js": "~2.2.2",
"nodelint": "~0.6",
"mocha": "~1.9",
"expect.js": "~0.1",
"d3": "~3.2",
"still": "*",
"swig": "*",
"mocha-phantomjs": "~3.0",
"phantomjs": "~1.9.1-0"
}
}