forked from camunda/camunda-modeler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.86 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "camunda-modeler",
"version": "1.11.2",
"description": "Camunda Modeler for BPMN, DMN and CMMN, based on bpmn.io",
"main": "app/lib/index.js",
"scripts": {
"app:test": "grunt test",
"client:test": "(cd client && npm run test)",
"app:auto-test": "grunt auto-test",
"client:auto-test": "(cd client && npm run auto-test)",
"app:dev": "grunt auto-build",
"client:dev": "(cd client && npm run dev)",
"app:all": "grunt",
"client:all": "(cd client && npm run all)",
"test": "run-p *:test",
"auto-test": "run-p *:auto-test",
"clean": "grunt clean",
"all": "run-s clean client:all \"app:all -- {@}\" --",
"distro": "grunt distro",
"dev": "run-p *:dev",
"postinstall": "(cd client && npm install)",
"release": "np --no-publish"
},
"author": "Camunda BPM <http://camunda.org>",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/camunda/camunda-modeler"
},
"dependencies": {
"glob": "^7.0.3",
"inherits": "^2.0.1",
"lodash": "^3.10.1",
"parents": "^1.0.1"
},
"devDependencies": {
"archiver": "~1.2.0",
"chai": "^3.5.0",
"electron": "^1.6.10",
"electron-connect": "^0.6.1",
"electron-packager": "^9.1.0",
"eslint": "^2.1.0",
"eslint-plugin-mocha": "^2.0.0",
"eslint-plugin-react": "^3.16.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-less": "^1.2.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^18.0.0",
"grunt-focus": "^0.1.1",
"grunt-mocha-test": "^0.13.2",
"load-grunt-tasks": "^3.4.0",
"mocha": "^3.1.2",
"ncp": "^2.0.0",
"np": "^2.16.0",
"npm-run-all": "^4.1.1",
"sinon": "^2.1.0",
"sinon-chai": "^2.8.0",
"time-grunt": "^1.3.0",
"which": "^1.2.0"
}
}