equal
deleted
inserted
replaced
|
1 { |
|
2 "name": "d3", |
|
3 "version": "2.5.0", |
|
4 "description": "A small, free JavaScript library for manipulating documents based on data.", |
|
5 "keywords": [ |
|
6 "dom", |
|
7 "w3c", |
|
8 "visualization", |
|
9 "svg", |
|
10 "animation", |
|
11 "canvas" |
|
12 ], |
|
13 "homepage": "http://mbostock.github.com/d3/", |
|
14 "author": { |
|
15 "name": "Mike Bostock", |
|
16 "url": "http://bost.ocks.org/mike" |
|
17 }, |
|
18 "repository": { |
|
19 "type": "git", |
|
20 "url": "http://github.com/mbostock/d3.git" |
|
21 }, |
|
22 "main": "d3.js", |
|
23 "dependencies": { |
|
24 "uglify-js": "1.1.1", |
|
25 "jsdom": "0.2.8", |
|
26 "vows": "0.5.11" |
|
27 } |
|
28 } |