forked from vogievetsky/DVL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 805 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 805 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
33
34
35
36
37
{
"name": "dvl",
"version": "1.5.0",
"description": "A framework for building highly interactive user interfaces and data visualizations dynamically with JavaScript.",
"keywords": [
"dom",
"w3c",
"visualization",
"svg",
"animation",
"canvas",
"dynamic"
],
"homepage": "http://vogievetsky.github.com/dvl",
"author": {
"name": "Vadim Ogievetsky",
"url": "http://vadim.ogievetsky.com"
},
"repository": {
"type": "git",
"url": "http://github.com/vogievetsky/dvl.git"
},
"main": "./build/index.js",
"dependencies": {
"jsdom": "0.7.0",
"d3": "3.3.13"
},
"devDependencies": {
"uglify-js": "1.2.3",
"chai": "~1.7.2",
"browserify": "3.19.1",
"coffee-script": "1.6.3"
},
"scripts": {
"test": "./test-run"
}
}