Use pure node.js to generate package.json.
Showing
... | ... | @@ -2,10 +2,23 @@ |
"name": "d3", | ||
"version": "1.29.6", | ||
"description": "A small, free JavaScript library for manipulating documents based on data.", | ||
"keywords": ["dom", "w3c", "visualization", "svg", "animation", "canvas"], | ||
"keywords": [ | ||
"dom", | ||
"w3c", | ||
"visualization", | ||
"svg", | ||
"animation", | ||
"canvas" | ||
], | ||
"homepage": "http://mbostock.github.com/d3/", | ||
"author": {"name": "Mike Bostock", "url": "http://bost.ocks.org/mike"}, | ||
"repository": {"type": "git", "url": "http://github.com/mbostock/d3.git"}, | ||
"author": { | ||
"name": "Mike Bostock", | ||
"url": "http://bost.ocks.org/mike" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/mbostock/d3.git" | ||
}, | ||
"dependencies": { | ||
"uglify-js": "1.0.6", | ||
"jsdom": "0.2.3", | ||
... | ... |
Please register or sign in to comment