2014-03-11 14:54:36 +00:00
|
|
|
{
|
2014-04-08 12:09:04 +00:00
|
|
|
"name": "bpmn-js",
|
2014-05-26 07:34:07 +00:00
|
|
|
"version": "0.1.3",
|
2014-03-11 14:54:36 +00:00
|
|
|
"description": "A bpmn 2.0 toolkit and web modeler",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
2014-05-08 06:51:22 +00:00
|
|
|
"main": "lib/main.js",
|
2014-03-11 14:54:36 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bpmn-io/bpmn-js"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"bpmn",
|
|
|
|
"toolkit",
|
|
|
|
"web modeler",
|
|
|
|
"modeler",
|
|
|
|
"modeling",
|
|
|
|
"process modeling"
|
|
|
|
],
|
|
|
|
"author": {
|
|
|
|
"name": "Nico Rehwaldt",
|
|
|
|
"url": "https://github.com/Nikku"
|
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "bpmn.io contributors",
|
|
|
|
"url": "https://github.com/bpmn-io"
|
|
|
|
}
|
|
|
|
],
|
2014-05-08 06:51:22 +00:00
|
|
|
"license": "http://bpmn.io/license",
|
2014-03-11 14:54:36 +00:00
|
|
|
"devDependencies": {
|
2014-04-29 23:57:54 +00:00
|
|
|
"grunt": "~0.4.4",
|
2014-03-11 14:54:36 +00:00
|
|
|
"grunt-contrib-watch": "~0.5.0",
|
|
|
|
"grunt-contrib-connect": "~0.6.0",
|
|
|
|
"grunt-contrib-jshint": "~0.7.2",
|
2014-03-13 10:21:03 +00:00
|
|
|
"grunt-contrib-copy": "~0.5.0",
|
2014-04-03 09:40:37 +00:00
|
|
|
"grunt-contrib-uglify": "~0.4.0",
|
2014-03-31 13:54:45 +00:00
|
|
|
"grunt-browserify": "~2.0.0",
|
2014-03-11 14:54:36 +00:00
|
|
|
"grunt-jsdoc": "~0.5.1",
|
2014-03-13 10:21:03 +00:00
|
|
|
"grunt-concurrent": "~0.4.0",
|
|
|
|
"grunt-karma": "~0.8.0",
|
2014-04-09 13:07:35 +00:00
|
|
|
"grunt-jasmine-node": "~0.2.1",
|
2014-04-03 09:40:37 +00:00
|
|
|
"grunt-release": "~0.7.0",
|
2014-03-11 14:54:36 +00:00
|
|
|
"load-grunt-tasks": "~0.3.0",
|
2014-04-28 13:30:22 +00:00
|
|
|
"time-grunt": "~0.3.0",
|
2014-04-03 12:01:56 +00:00
|
|
|
"karma": "~0.12.8",
|
2014-04-03 09:40:37 +00:00
|
|
|
"karma-jasmine": "https://github.com/Nikku/karma-jasmine/archive/jasmine-v2.0.0-latest-1.tar.gz",
|
2014-03-11 14:54:36 +00:00
|
|
|
"karma-chrome-launcher": "~0.1.2",
|
2014-04-03 09:40:37 +00:00
|
|
|
"karma-phantomjs-launcher": "0.1.2",
|
2014-04-29 23:57:54 +00:00
|
|
|
"karma-ie-launcher": "~0.1.4",
|
|
|
|
"karma-firefox-launcher": "~0.1.3",
|
|
|
|
"karma-bro": "~0.1.0",
|
2014-03-13 10:21:03 +00:00
|
|
|
"jsondiffpatch": "~0.1.4",
|
|
|
|
"xsd-schema-validator": "0.0.3",
|
|
|
|
"sax": "~0.6.0",
|
2014-03-20 15:18:23 +00:00
|
|
|
"brfs": "~1.0.0",
|
2014-03-13 10:21:03 +00:00
|
|
|
"lodash": "~2.4.0",
|
2014-04-04 16:48:37 +00:00
|
|
|
"didi": "~0.0.4",
|
|
|
|
"jquery": "~2.1.0",
|
2014-04-28 13:30:22 +00:00
|
|
|
"jquery-mousewheel": "~3.1.11",
|
|
|
|
"through": "~2.3.4"
|
2014-03-11 14:54:36 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-04-08 13:09:20 +00:00
|
|
|
"bpmn-moddle": "~0.0.1",
|
2014-05-08 06:51:22 +00:00
|
|
|
"moddle": "~0.0.5",
|
2014-05-22 07:40:39 +00:00
|
|
|
"diagram-js": "~0.1.0"
|
2014-03-14 16:52:30 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2014-03-20 15:18:23 +00:00
|
|
|
"lodash": "~2.4.0",
|
2014-04-04 16:48:37 +00:00
|
|
|
"didi": "~0.0.4",
|
2014-04-11 15:11:10 +00:00
|
|
|
"jquery": "~2.1.0",
|
2014-04-29 23:57:54 +00:00
|
|
|
"jquery-mousewheel": "~3.1.11"
|
2014-03-11 14:54:36 +00:00
|
|
|
}
|
|
|
|
}
|