Add cytoscape.js 2.2.1 with autoupdate config via npm

This commit is contained in:
Max Franz
2014-03-17 14:52:01 -04:00
parent 86a34eac6c
commit 038fd6bfcc
3 changed files with 19115 additions and 0 deletions
+19062
View File
File diff suppressed because it is too large Load Diff
+23
View File
File diff suppressed because one or more lines are too long
+30
View File
@@ -0,0 +1,30 @@
{
"name": "cytoscape.js",
"npmName": "cytoscape",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*"
]
}
],
"version": "2.2.1",
"filename": "cytoscape.min.js",
"description": "A JavaScript graph library for analysis and visualisation",
"homepage": "http://cytoscape.github.io/cytoscape.js",
"license": "LGPL",
"keywords": [
"graph",
"theory",
"visualisation",
"visualization",
"analysis"
],
"author": "Max Franz <maxkfranz@gmail.com> (http://maxfranz.com/)",
"bugs": "https://github.com/cytoscape/cytoscape.js/issues",
"repository": {
"type": "git",
"url": "https://github.com/cytoscape/cytoscape.js.git"
}
}