-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 706 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 706 Bytes
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
{
"name": "node-proxy-injector",
"version": "0.1.0",
"description": "A command line tool for injecting third party scripts into a proxy server",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/casecode/node-proxy-injector.git"
},
"author": "Casey White",
"license": "ISC",
"bugs": {
"url": "https://github.com/casecode/node-proxy-injector/issues"
},
"homepage": "https://github.com/casecode/node-proxy-injector",
"dependencies": {
"cheerio": "^0.18.0",
"commander": "^2.6.0",
"connect": "^3.3.4",
"livereload": "^0.3.4",
"q": "^1.1.2"
}
}