forked from CitySim/node-etcd3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 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
44
{
"name": "node-etcd3",
"version": "0.4.4",
"description": "node client for etcd (api v3)",
"main": "index.js",
"author": "Sven Tatter",
"license": "MIT",
"keywords": [
"etcd",
"etcd3"
],
"homepage": "https://github.com/CitySim/node-etcd3#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/CitySim/node-etcd3.git"
},
"bugs": {
"url": "https://github.com/CitySim/node-etcd3/issues"
},
"engines": {
"node": ">=0.12"
},
"scripts": {
"tsc": "tsc",
"tsc:w": "tsc -w",
"test": "ava",
"test:w": "ava -w",
"test:junit": "ava -t | tap-xunit",
"typings": "typings",
"typedoc": "typedoc --excludeNotExported --mode file --out docs --tsconfig tsconfig.json typings/index.d.ts index.ts lib"
},
"dependencies": {
"deasync-promise": "^1.0.1",
"grpc": "^1.0.0",
"lodash.assignin": "^4.2.0"
},
"devDependencies": {
"ava": "^0.16.0",
"tap-xunit": "^1.4.0",
"typedoc": "github:datenmetzgerx/typedoc#typescript-2-build",
"typescript": "^2.0.3",
"typings": "^1.4.0"
}
}