forked from pinguin45/charon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 3.66 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 3.66 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "bpmn-studio",
"description": "An Aurelia application for designing BPMN diagrams, which can also be connected to a process engine to execute these diagrams.",
"version": "1.0.0-rc14",
"author": {
"name": "process-engine",
"email": "hello@process-engine.io",
"url": "http://process-engine.io"
},
"main": "electron_app/electron.js",
"scripts": {
"start": "./bin/bpmn-studio.js",
"postinstall": "npm rebuild node-sass",
"start_dev": "au run --watch",
"build": "au build --prod",
"deploy": "npm run build && npm publish",
"integration-test-init": "webdriver-manager update && webdriver-manager start",
"integration-test": "au e2e",
"lint": "tslint --project .",
"test": "echo 'Currently there a no tests specified'",
"electron-start-dev": "electron electron_app/electron.js",
"electron-build": "build",
"electron-shipit": "build -p always"
},
"files": [
"scripts",
"index.html",
"bin",
"bootstrap"
],
"bin": "./bin/bpmn-studio.js",
"repository": {
"type": "git",
"url": "git+https://github.com/process-engine/bpmn-studio"
},
"license": "MIT",
"dependencies": {
"aurelia-validation": "^1.1.2",
"electron-notifications": "^1.0.0",
"electron-updater": "^2.19.1",
"node-http-server": "^8.1.2",
"open": "0.0.5",
"proxy-polyfill": "^0.1.7",
"spectrum-colorpicker": "^1.8.0"
},
"peerDependencies": {},
"devDependencies": {
"@essential-projects/core_contracts": "^1.0.0-rc3",
"@essential-projects/event_aggregator": "^1.0.0-rc3",
"@process-engine/bpmn-js-custom-bundle": "^1.0.0-rc6",
"@process-engine/consumer_client": "^1.0.0-rc7",
"@process-engine/process_engine_contracts": "^1.0.0-rc4",
"@types/jasmine": "^2.2.0",
"@types/node": "^6.0.45",
"addict-ioc": "^2.3.4",
"aurelia-animator-css": "^1.0.2",
"aurelia-bootstrap": "^0.1.20",
"aurelia-bootstrapper": "^2.1.1",
"aurelia-cli": "^0.30.1",
"aurelia-fetch-client": "^1.1.2",
"aurelia-protractor-plugin": "^1.0.6",
"aurelia-templating-resources": "1.4.0",
"aurelia-testing": "^1.0.0-beta.3.0.1",
"aurelia-tools": "^1.0.0",
"bluebird": "^3.5.1",
"bootstrap": "^3.3.7",
"browser-sync": "^2.13.0",
"canvg-browser": "^1.0.0",
"connect-history-api-fallback": "^1.2.0",
"debounce": "^1.0.2",
"debug": "^3.1.0",
"downloadjs": "1.4.4",
"event-stream": "^3.3.3",
"eventemitter2": "^4.1.2",
"electron": "^1.7.9",
"electron-builder": "^19.54.0",
"faye": "^1.2.4",
"fetch-ponyfill": "^4.1.0",
"font-awesome": "^4.7.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-changed-in-place": "^2.0.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-protractor": "^4.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-tslint": "^5.0.0",
"gulp-typescript": "^3.1.4",
"gulp-watch": "^4.3.11",
"jasmine-core": "^2.4.1",
"jquery": "^3.0.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-typescript-preprocessor": "^0.2.1",
"minimatch": "^3.0.2",
"ms": "^2.0.0",
"node-uuid": "^1.4.8",
"protractor": "^5.2.0",
"requirejs": "^2.3.2",
"tether": "^1.4.0",
"text": "github:requirejs/text#latest",
"through2": "^2.0.1",
"toastr": "^2.1.4",
"tslint": "^5.1.0 ",
"tslint-config-5minds": "^1.0.6",
"typescript": ">=1.9.0-dev || ^2.0.0",
"uglify-js": "^2.6.3",
"uuid": "^3.1.0",
"uuid-browser": "^3.1.0",
"velocity-animate": "^1.5.0",
"vinyl-fs": "^2.4.3",
"webdriver-manager": "^12.0.6",
"whatwg-fetch": "^2.0.3"
}
}