forked from cid-harvard/vis-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 698 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 698 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
31
32
{
"name": "vis-toolkit",
"version": "0.0.34",
"description": "vis-toolkit ===================",
"main": "\"\"",
"scripts": {
"test": "vows; echo"
},
"repository": {
"type": "git",
"url": "https://github.com/cid-harvard/vis-toolkit.git"
},
"keywords": [
"grunt",
"bower"
],
"author": "romsson",
"bugs": {
"url": "https://github.com/cid-harvard/vis-toolkit/"
},
"devDependencies": {
"d3": "~3.5.5",
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-string-replace": "*",
"grunt-tape": "~0.0.2"
},
"dependencies": {},
"license": "MIT"
}