mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-20 04:38:07 +00:00
chore(project): update dependencies
This commit is contained in:
parent
b2011ce4fe
commit
4ce52d44f5
14
package.json
14
package.json
@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
},
|
},
|
||||||
"main": "lib/main",
|
"main": "lib/main.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/bpmn-io/bpmn-js"
|
"url": "https://github.com/bpmn-io/bpmn-js"
|
||||||
@ -22,16 +22,16 @@
|
|||||||
"name": "Nico Rehwaldt",
|
"name": "Nico Rehwaldt",
|
||||||
"url": "https://github.com/Nikku"
|
"url": "https://github.com/Nikku"
|
||||||
},
|
},
|
||||||
"license": "http://bpmn.io/license",
|
|
||||||
"browser": {
|
|
||||||
"fs": false
|
|
||||||
},
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "bpmn.io contributors",
|
"name": "bpmn.io contributors",
|
||||||
"url": "https://github.com/bpmn-io"
|
"url": "https://github.com/bpmn-io"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"license": "http://bpmn.io/license",
|
||||||
|
"browser": {
|
||||||
|
"fs": false
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "~0.4.4",
|
"grunt": "~0.4.4",
|
||||||
"grunt-contrib-watch": "~0.5.0",
|
"grunt-contrib-watch": "~0.5.0",
|
||||||
@ -66,8 +66,8 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bpmn-moddle": "~0.0.1",
|
"bpmn-moddle": "~0.0.1",
|
||||||
"moddle": "~0.0.4",
|
"moddle": "~0.0.5",
|
||||||
"diagram-js": "~0.0.2"
|
"diagram-js": "~0.0.3"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lodash": "~2.4.0",
|
"lodash": "~2.4.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user