forked from syntagmatic/parallel-coordinates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 799 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
{
"name": "d3.parcoords.js",
"version": "0.7.0",
"description": "Parallel Coordinates: A visual toolkit for multidimensional detectives",
"keywords": [
"d3",
"visualization",
"parallel coordinates"
],
"homepage": "http://syntagmatic.github.io/parallel-coordinates/",
"author": {
"name": "Kai Chang",
"url": "http://exposedata.com/"
},
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/syntagmatic/parallel-coordinates.git"
},
"devDependencies": {
"vows": "~0.7",
"d3": "~3.4",
"jsdom": "~1.0",
"canvas": "~1.1",
"smash": "~0.0"
},
"scripts": {
"test": "vows; echo"
},
"licenses": [
{
"url": "https://github.com/syntagmatic/parallel-coordinates/blob/master/LICENSE"
}
]
}