-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (47 loc) · 933 Bytes
/
Copy pathpackage.json
File metadata and controls
48 lines (47 loc) · 933 Bytes
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": "apis",
"version": "0.0.3",
"description": "Library for creation web and websocket restful APIs",
"keywords": ["api", "rest", "web", "websocket"],
"author": {
"name": "Dmitry Smolin",
"email": "dimsmol@gmail.com"
},
"preferGlobal": false,
"private": false,
"dependencies": {
"inherits": "~2.0.1",
"express": "~2.5.11",
"hyperquest": "~0.1.5",
"ain2": "~1.1.1",
"send": "~0.0.4",
"cookie": "~0.0.4",
"sockjs": "~0.3.1",
"marked_types": "~0.0.1",
"nerr": "~0.1.0",
"valid": "~0.1.0",
"units": "~0.0.1",
"authen": "~0.0.2",
"ops": "~0.0.1",
"trun": "~0.0.1"
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dimsmol/apis"
},
"bin": {
"apis": "./bin/apis"
},
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"scripts": {
"start": "node bin/apis start",
"stop": "node bin/apis stop"
},
"main": "./lib/index"
}