forked from kdeggelman/xcharts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1001 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
{
"name": "xcharts",
"version": "0.1.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.1",
"nodelint": "~0.6",
"mocha": "~1.6",
"expect.js": "~0.1",
"d3": "~2.10.1",
"mocha-phantomjs": "~1.0"
},
"scripts": {
"test": "make lint && make test",
"prepublish": "make && make clean && make build"
}
}