-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1010 Bytes
/
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
47
48
{
"name": "pinoccio-api",
"version": "0.0.0",
"description": "Pinoccio API rest/websocket services",
"main": "index.js",
"bin": {},
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {
"ecstatic": "^0.7.2",
"mux-demux": "^3.7.9",
"paramify": "^0.1.2",
"pinoccio-server": "^0.1.1",
"rpc-stream": "^2.1.1",
"shoe": "0.0.15",
"through2": "^0.6.5",
"xtend": "^4.0.0",
"pinoccio-db": "~0.0.4"
},
"devDependencies": {
"levelup": "^0.19.0",
"memdown": "^1.0.0",
"standard": "^3.5.0",
"tape": "^4.0.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/pinoccio/pinoccio-api.git"
},
"homepage": "https://github.com/soldair/pinoccio-api",
"keywords": [
""
],
"author": {
"name": "Ryan Day",
"email": "[email protected]",
"url": "https://github.com/soldair"
},
"license": "MIT",
"engine": {
"node": ">=0.6"
}
}