forked from anthonyserious/dropchart.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 691 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (30 loc) · 691 Bytes
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
{
"name": "dropchart.io",
"description": "Drag and drop JSON and CSV data to generate charts",
"version": "0.1.0",
"author": {
"name": "Anthony Schneider"
},
"contributors": [
{
"name": "Matt Lucas"
}
],
"repository": {
"type": "git",
"url": "git://github.com/anthonyserious/dropchart.io"
},
"license": "MIT",
"dependencies": {
"express": "~4.6",
"casperjs": "~1.1.0"
},
"scripts": {
"prepublish": "npm prune",
"test": "./node_modules/casperjs/bin/casperjs test ./tests/unittests-casper.js"
},
"bugs": {
"url": "https://github.com/anthonyserious/dropchart.io/issues"
},
"homepage": "http://www.dropchart.io"
}