-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 745 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 745 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
{
"name" : "d3-path-finding",
"version" : "0.1.0",
"description" : "Visualizing path finding algorithms with D3.js",
"homepage" : "https://github.com/marcroche/d3-path-finding",
"keywords" : ["d3", "JavaScript", "algorithms"],
"author" : "Marc Roche <me@marcroche.com>",
"dependencies" : {
},
"devDependencies" : {
"connect" : "2.4.2",
"grunt" : "~0.4.4",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-copy" : "0.4.x"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/marcroche/d3-path-finding.git"
},
"licenses" : [{
"type" : "MIT",
"url" : "http://opensource.org/licenses/mit-license.php"
}
]
}