bpmn-js/package.json

67 lines
1.5 KiB
JSON

{
"name": "moddle",
"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"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"devDependencies": {
"grunt": "~0.4.3",
"grunt-contrib-watch": "~0.5.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-copy": "~0.5.0",
"grunt-browserify": "~1.3.0",
"grunt-jsdoc": "~0.5.1",
"grunt-concurrent": "~0.4.0",
"grunt-karma": "~0.8.0",
"grunt-jasmine-node": "~0.1.0",
"load-grunt-tasks": "~0.3.0",
"uglifyify": "~1.1.0",
"browserify": ">3.0 && <3.30",
"karma": "~0.12.0",
"karma-browserify": "~0.1.0",
"karma-jasmine": "~0.2.0",
"karma-chrome-launcher": "~0.1.2",
"karma-phantomjs-launcher": "~0.1.2",
"jsondiffpatch": "~0.1.4",
"xsd-schema-validator": "0.0.3",
"sax": "~0.6.0",
"brfs": "~1.0.0",
"lodash": "~2.4.0",
"didi": "~0.0.4"
},
"dependencies": {
"moddle": "~0.0.1",
"moddle-xml": "~0.0.1",
"diagram-js": "~0.0.1"
},
"peerDependencies": {
"lodash": "~2.4.0",
"didi": "~0.0.4"
}
}