-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
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
{
"name": "bproxy",
"version": "0.13.0",
"private": true,
"scripts": {
"test": "node ./test/run.js",
"build": "gypkg build bproxy.gyp --insecure",
"clean": "rimraf gypkg_deps out",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"authors": [
"Jan Kuri <jan@bleenco.com>",
"Martin Oprešnik <martin.opresnik@bleenco.com>"
],
"licence": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bleenco/bproxy.git"
},
"dependencies": {
"gypkg": "^2.7.7"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/chai-http": "^3.0.4",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.4",
"@types/request": "^2.47.0",
"@types/temp": "^0.8.32",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.0.0",
"chalk": "^2.3.2",
"glob": "^7.1.2",
"mocha": "^5.1.0",
"request": "^2.85.0",
"rimraf": "^2.6.2",
"temp": "^0.8.3",
"tree-kill": "^1.2.0",
"turbo-net": "^1.4.0",
"typescript": "^2.8.1"
}
}