bpmn-js/package.json

70 lines
1.7 KiB
JSON
Raw Normal View History

2014-03-11 14:54:36 +00:00
{
"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.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",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-browserify": "~2.0.0",
2014-03-11 14:54:36 +00:00
"grunt-jsdoc": "~0.5.1",
"grunt-concurrent": "~0.4.0",
"grunt-karma": "~0.8.0",
2014-03-11 14:54:36 +00:00
"grunt-jasmine-node": "~0.1.0",
"grunt-release": "~0.7.0",
2014-03-11 14:54:36 +00:00
"load-grunt-tasks": "~0.3.0",
2014-03-14 16:52:30 +00:00
"browserify": ">3.0 && <3.30",
"karma": "~0.12.0",
"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",
"karma-phantomjs-launcher": "0.1.2",
"karma-ie-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-browserify": "~0.1.0",
"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"
2014-03-11 14:54:36 +00:00
},
"dependencies": {
"moddle": "~0.0.2",
2014-03-25 22:35:01 +00:00
"moddle-xml": "~0.0.3",
"diagram-js": "~0.0.2"
2014-03-14 16:52:30 +00:00
},
"peerDependencies": {
"lodash": "~2.4.0",
"didi": "~0.0.4"
2014-03-11 14:54:36 +00:00
}
}