forked from camunda/camunda-bpm-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2 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
65
66
67
68
{
"private": true,
"name": "camunda-bpm-sdk-js",
"version": "7.6.0-SNAPSHOT",
"description": "Javascript client library for camunda BPM",
"scripts": {
"test": "node_modules/.bin/jasmine_node"
},
"repository": {
"type": "git",
"url": "git://github.com/camunda/camunda-bpm-sdk-js.git"
},
"keywords": [
"camunda-bpm",
"sdk"
],
"author": "Valentin Vago <valentin.vago@camunda.com>",
"contributors": [
"Daniel Meyer <daniel.meyer@camunda.com>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://app.camunda.com/jira/browse/CAM/component/12351"
},
"homepage": "https://github.com/camunda/camunda-bpm-sdk-js",
"dependencies": {
"exposify": "https://github.com/camunda-third-party/exposify/archive/v0.2.0-transform-arguments-0.tar.gz",
"grunt": "0.4.5",
"grunt-browserify": "2.1.0",
"load-grunt-tasks": "0.5.0",
"q": "^1.4.1",
"superagent": "1.4.0",
"time-grunt": "0.3.2"
},
"devDependencies": {
"browserify": "4.1.10",
"chai": "2.3.0",
"fixturer": "git://github.com/camunda-third-party/fixturer",
"grunt-bower-release": "git://github.com/camunda-third-party/grunt-bower-release#0.0.7",
"grunt-bump": "git://github.com/camunda-third-party/grunt-bump",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.5.0",
"grunt-contrib-watch": "0.6.1",
"grunt-eslint": "18.1.0",
"grunt-jsdoc": "0.5.4",
"grunt-karma": "0.8.3",
"grunt-mocha-cli": "1.13.0",
"grunt-newer": "1.2.0",
"grunt-release": "0.7.0",
"karma": "0.12.16",
"karma-browserify": "4.0.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.1.4",
"karma-firefox-launcher": "0.1.3",
"karma-mocha": "0.1.10",
"karma-phantomjs-launcher": "0.1.4",
"mocha": "2.2.4",
"superagent-mock": "1.9.0",
"underscore": "1.6.0",
"underscore.string": "2.3.3",
"uuid": "1.4.1"
},
"optionalDependencies": {
"angular": "1.2.29"
}
}