forked from camunda/camunda-bpm-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.96 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
{
"name": "camunda-bpm-webapp",
"private": true,
"version": "7.6.0-SNAPSHOT",
"gruntConfig": {
"connectPort": 8020,
"livereloadPort": 8021,
"welcomeBuildTarget": "target/webapp/app/welcome",
"welcomeSourceDir": "ui/welcome/client",
"adminBuildTarget": "target/webapp/app/admin",
"adminSourceDir": "ui/admin/client",
"cockpitBuildTarget": "target/webapp/app/cockpit",
"cockpitSourceDir": "ui/cockpit/client",
"tasklistBuildTarget": "target/webapp/app/tasklist",
"tasklistSourceDir": "ui/tasklist/client",
"pluginBuildTarget": "target/webapp/plugin",
"pluginSourceDir": "ui",
"libTargetDir": "target/webapp/lib",
"commonsUiDir": "node_modules/camunda-commons-ui"
},
"browserify": {
"transform": [
"brfs"
]
},
"dependencies": {
"angular-data-depend": "git://github.com/camunda-third-party/angular-data-depend#8e3b66914c611069e3698fd5d4275e6cf8055d01",
"angular-moment": "0.9.0",
"angular-route": "1.2.29",
"camunda-commons-ui": "git://github.com/camunda/camunda-commons-ui#master",
"events": "1.1.0",
"jquery": "2.1.1",
"jquery-ui": "1.10.5",
"mousetrap": "1.5.3",
"requirejs": "2.1.22",
"requirejs-angular-define": "git://github.com/camunda/requirejs-angular-define#master"
},
"devDependencies": {
"brfs": "1.4.2",
"chai": "2.0.0",
"chai-as-promised": "4.2.0",
"exposify": "0.5.0",
"grunt": "0.4.5",
"grunt-browserify": "4.0.1",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-less": "0.9.0",
"grunt-contrib-uglify": "0.11.0",
"grunt-contrib-watch": "0.5.0",
"grunt-eslint": "18.1.0",
"grunt-newer": "1.2.0",
"grunt-protractor-runner": "2.0.0",
"load-grunt-tasks": "0.4.0",
"lodash": "2.4.1",
"mocha": "2.1.0",
"mocha-multi": "0.7.2",
"mocha-proshot": "1.0.1",
"request": "2.53.0",
"source-map": "0.4.4",
"xunit-file": "0.0.6"
}
}