bpmn-js/package.json

65 lines
1.7 KiB
JSON
Raw Normal View History

2014-03-11 14:54:36 +00:00
{
"name": "bpmn-js",
2014-06-19 16:32:22 +00:00
"version": "0.2.1",
2014-03-11 14:54:36 +00:00
"description": "A bpmn 2.0 toolkit and web modeler",
"scripts": {
"test": "grunt test"
},
"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": {
"brfs": "~1.0.0",
"exposify": "https://github.com/Nikku/exposify/archive/v0.2.0-transform-arguments-0.tar.gz",
"grunt": "~0.4.4",
"grunt-browserify": "~2.1.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.0",
"grunt-jasmine-node": "~0.2.1",
2014-03-11 14:54:36 +00:00
"grunt-jsdoc": "~0.5.1",
"grunt-karma": "~0.8.0",
"grunt-release": "~0.7.0",
"jasmine-test-container-support": "0.0.1",
"jsondiffpatch": "^0.1.7",
2014-06-14 11:09:05 +00:00
"karma": "^0.12.12",
"karma-bro": "~0.2.0",
2014-06-14 11:09:05 +00:00
"karma-chrome-launcher": "^0.1.2",
"karma-firefox-launcher": "^0.1.3",
"karma-ie-launcher": "^0.1.4",
"karma-jasmine": "https://github.com/Nikku/karma-jasmine/archive/jasmine-v2.0.0-latest-1.tar.gz",
2014-06-14 11:09:05 +00:00
"karma-phantomjs-launcher": "^0.1.2",
"load-grunt-tasks": "~0.3.0",
"time-grunt": "~0.3.0"
2014-03-11 14:54:36 +00:00
},
"dependencies": {
2014-06-19 09:52:39 +00:00
"bpmn-moddle": "~0.1.0",
"diagram-js": "~0.2.0",
"diagram-js-direct-editing": "0.1.0",
"didi": "~0.0.4",
"jquery": "~2.1.0",
"jquery-mousewheel": "~3.1.11",
"lodash": "~2.4.0"
2014-03-11 14:54:36 +00:00
}
}