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