-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.31 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "bpmn-js-custom-implementation",
"version": "0.0.1",
"description": "Custom implementation of bpmn-js",
"author": {
"name": "David Castillo",
"url": "https://github.com/davcs86"
},
"repository": "davcs86/bpmn-js-custom-implementation",
"license": "MIT",
"devDependencies": {
"browserify": "^13.0.0",
"browserify-derequire": "^0.9.4",
"bundle-collapser": "^1.2.1",
"grunt": "^0.4.5",
"grunt-browser-sync": "^2.2.0",
"grunt-browserify": "^3.3.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-watch": "^0.6.1",
"inherits": "^2.0.1",
"lessify": "^1.0.1",
"load-grunt-tasks": "^3.4.0",
"source-map-concat": "^1.0.0",
"stringify": "^3.2.0",
"time-grunt": "^1.3.0",
"uglify-js": "^2.6.1"
},
"dependencies": {
"bpmn-js": "^0.13.3",
"bpmn-js-i18next": "github:davcs86/bpmn-js-i18next",
"bpmn-js-properties-panel": "github:davcs86/bpmn-js-properties-panel",
"browserify-css": "^0.9.0",
"camunda-bpmn-moddle": "^0.2.6",
"diagram-js": "^0.14.0",
"diagram-js-direct-editing": "^0.13.0",
"i18next": "^2.1.0",
"lodash": "^4.3.0",
"min-dom": "^0.2.0",
"moment": "^2.11.2",
"multi-select-dropdown": "github:bsara/multi-select-dropdown.js",
"pikaday-time": "^1.4.0",
"sync-request": "^3.0.0"
}
}