Added npm package.json
This commit is contained in:
parent
43f725e61a
commit
5439db1423
21
package.json
Normal file
21
package.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"name": "springy",
|
||||||
|
"version": "2.0.1",
|
||||||
|
"description": "A force directed graph layout algorithm in JavaScript.",
|
||||||
|
"main": "springy.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/dhotson/springy.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"graph",
|
||||||
|
"layout",
|
||||||
|
"visualization"
|
||||||
|
],
|
||||||
|
"author": "Dennis Hotson <dennis.hotson@gmail.com>",
|
||||||
|
"license": "MIT",
|
||||||
|
"readmeFilename": "README.mkdn"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user