chore(project): update dependencies

This commit is contained in:
Nico Rehwaldt 2014-05-08 08:51:22 +02:00
parent b2011ce4fe
commit 4ce52d44f5

View File

@ -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",