-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 860 Bytes
/
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
{
"name": "platform-proxy",
"description": "See changes in html, js and css files in platform projects without reloading the module.",
"version": "1.4.1",
"homepage": "user/repo",
"bugs": "user/repo/issues",
"license": "MIT",
"main": "lib/runnernp.js",
"author": {
"name": "Kristof Vrolijkx"
},
"contributors": {
"name": "Guy Veraghtert"
},
"repository": {
"type": "git",
"url": "https://github.com/Vrolijkx/platform-proxy.git"
},
"keywords": [
"proxy",
"platform",
"aca"
],
"dependencies": {
"cli": "^0.11.1",
"lodash": "^4.2.1",
"http-proxy": "^1.12.0",
"properties-reader": "^0.0.15",
"gaze": "^0.5.2",
"minimatch": "^3.0.0"
},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-jasmine": "^2.2.1"
},
"scripts": {
"test": "gulp test"
},
"bin": "bin.js"
}