forked from hitsthings/istanbul-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 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
{
"name": "istanbul-proxy",
"description": "Run Istanbul coverage on JS in the browser through an HTTP proxy",
"version": "0.1.2",
"homepage": "https://github.com/hitsthings/istanbul-proxy",
"author": {
"name": "Adam Ahmed",
"email": "hitsthings@gmail.com",
"url": "http://noiregrets.com"
},
"repository": {
"type": "git",
"url": "git://github.com/hitsthings/istanbul-proxy.git"
},
"bugs": {
"url": "https://github.com/hitsthings/istanbul-proxy/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hitsthings/istanbul-proxy/blob/master/LICENSE-MIT"
}
],
"main": "index",
"bin": {
"istanbul-proxy": "bin/istanbul-proxy"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies" : {
"istanbul" : "latest",
"temp" : "latest",
"connect" : "latest",
"url2path" : "latest",
"mkdirp" : ">=0.3.3",
"commander" : "latest"
},
"//devDependencies": {
"grunt": "~0.3.17"
},
"keywords": []
}