-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
{
"name": "browser-relay-client",
"version": "0.1.15",
"description": "Single client representation for peer-to-peer network",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/overelay/browser-relay-client.git"
},
"private": true,
"scripts": {
"test": "mocha --require chai --reporter spec"
},
"author": "Eugene Chernyshov <[email protected]>",
"licenses": [
{
"type": "LGPLv3",
"url": "http://opensource.org/licenses/LGPL-3.0"
}
],
"bugs": {
"url": "https://github.com/overelay/browser-relay-client/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/overelay/browser-relay-client",
"devDependencies": {
"chai": "^1.10.0",
"gulp": "^3.8.10",
"gulp-filter": "^1.0.2",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.1",
"gulp-typescript": "^2.3.0",
"mocha": "^2.0.1",
"run-sequence": "^1.0.2",
"typescript": "^1.3.0"
},
"dependencies": {
"node-uuid": "^1.4.1"
}
}