bpmn-js/package.json

83 lines
2.0 KiB
JSON
Raw Normal View History

2014-03-11 14:54:36 +00:00
{
"name": "bpmn-js",
2016-05-24 08:56:08 +00:00
"version": "0.15.2",
2014-03-11 14:54:36 +00:00
"description": "A bpmn 2.0 toolkit and web modeler",
"scripts": {
"all": "grunt",
2014-03-11 14:54:36 +00:00
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/bpmn-js"
},
"keywords": [
"bpmn",
"bpmn-js",
2014-03-11 14:54:36 +00:00
"toolkit",
"web modeler",
"modeler",
"modeling",
"process modeling"
],
"author": {
"name": "Nico Rehwaldt",
2015-06-17 10:03:48 +00:00
"url": "https://github.com/nikku"
2014-03-11 14:54:36 +00:00
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
2015-07-20 08:47:01 +00:00
"license": "SEE LICENSE IN LICENSE",
2014-03-11 14:54:36 +00:00
"devDependencies": {
"browserify": "^13.0.0",
"browserify-derequire": "^0.9.1",
"bundle-collapser": "^1.1.1",
"chai": "~2.2.0",
"eslint": "^2.11.1",
"eslint-plugin-mocha": "^2.2.0",
"grunt": "^0.4.4",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "^0.7.0",
"grunt-eslint": "^18.1.0",
"grunt-karma": "^0.12.0",
"grunt-release": "^0.7.0",
"jsondiffpatch": "^0.1.26",
"karma": "^0.13.0",
"karma-browserify": "^5.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-env-preprocessor": "^0.1.1",
2014-06-14 11:09:05 +00:00
"karma-firefox-launcher": "^0.1.3",
2015-09-09 08:30:07 +00:00
"karma-ie-launcher": "^0.2.0",
2016-01-28 09:59:47 +00:00
"karma-mocha": "~0.1.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-safari-launcher": "^0.1.1",
"karma-sinon-chai": "~0.3.0",
2016-06-07 08:25:00 +00:00
"karma-spec-reporter": "0.0.26",
"load-grunt-tasks": "^0.3.0",
"mocha": "^2.2.5",
"mocha-test-container-support": "0.2.0",
"phantomjs": "^1.9.19",
"sinon": "~1.14.1",
"sinon-chai": "~2.7.0",
"source-map-concat": "^1.0.0",
"stringify": "^3.1.0",
"time-grunt": "^0.3.2",
"uglify-js": "^2.4.16",
"watchify": "^3.7.0"
2014-03-11 14:54:36 +00:00
},
"dependencies": {
2016-05-13 06:32:59 +00:00
"bpmn-moddle": "^0.12.0",
"diagram-js": "^0.15.2",
"diagram-js-direct-editing": "^0.15.1",
2016-05-13 06:32:59 +00:00
"diagram-js-origin": "^0.14.0",
"ids": "^0.2.0",
2015-03-23 14:15:32 +00:00
"inherits": "^2.0.1",
"lodash": "^3.0.1",
"min-dom": "^0.2.0",
"object-refs": "^0.1.1"
2014-03-11 14:54:36 +00:00
}
}