-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.6 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
{
"name": "coffeescript-mockable-http-server",
"version": "0.0.6",
"description": "Simple HTTP server steerable from REST, that selectively forwards requests or replies with predefined response",
"homepage": "https://github.com/pegasystems/coffeescript-mockable-http-proxy",
"bugs": {
"url": "https://github.com/pegasystems/coffeescript-mockable-http-proxy/issues"
},
"files": [
"logic.coffee",
"main.coffee"
],
"main": "main.coffee",
"repository": {
"type": "git",
"url": "pegasystems/coffeescript-mockable-http-proxy"
},
"dependencies": {
"access-log": "^0.3.9",
"array-sort": "^0.x",
"base-64": "^0.1.0",
"coffee": "^3.x",
"coffee-register": "^2.2.0",
"command-line-args": "^3.x",
"http-promises": "^1.x",
"http-proxy": "tsieprawskipega/node-http-proxy#rewrite-303-force",
"http-server": "^0.11.1",
"istanbul": "^0.4.x",
"jasmine-node": "^1.x",
"mock-require": "^1.x",
"node-rest-client": "^2.x",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"rest-middleware": "^1.x",
"sorted-array": "^2.x",
"uuid": "^2.x"
},
"devDependencies": {
"ci-publish": "^1.3.0",
"gulp": "^3.9.1",
"gulp-coffee-istanbul": "^0.9.1",
"gulp-cslint": "0.0.1",
"gulp-debug": "^3.0.0",
"gulp-istanbul": "^1.1.1",
"gulp-jasmine": "^2.4.2",
"istanbul": "^0.4.5",
"jasmine-reporters": "^2.2.0",
"jshint": "^2.9.4",
"traceur": "0.0.111",
"gulp-codecov": "3.0.1"
},
"scripts": {
"test": "gulp test"
},
"author": "Tomasz Sieprawski <[email protected]>",
"license": "Apache-2.0"
}