Files
cdnjs/ajax/libs/jointjs/package.json
T
2014-05-23 08:58:15 +01:00

48 lines
1.0 KiB
JSON

{
"name": "jointjs",
"title": "JointJS",
"description": "JavaScript diagramming library",
"filename": "joint.min.js",
"keywords": [
"diagram",
"flowchart",
"graph",
"visualization"
],
"version": "0.9.0",
"homepage": "http://jointjs.com",
"author": {
"name": "client IO",
"url": "http://client.io"
},
"contributors": [
{
"name": "David Durman",
"email": "daviddurman@gmail.com"
},
{
"name": "Roman Bruckner",
"email": "bruckner.roman@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/DavidDurman/joint.git"
},
"bugs": "https://github.com/DavidDurman/joint/issues",
"license": "MPL 2.0",
"dependencies": {
"backbone": "~1.1.0",
"lodash": "~2.2.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-cssmin": "~0.6.0",
"mocha": "~1.13.0",
"should": "~2.0.2",
"grunt-contrib-qunit": "~0.3.0"
}
}