forked from celer/hopjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 851 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
{
"name": "hopjs",
"version": "0.0.42",
"description": "A RESTful declarative API framework, with stub generators for Shell, and Android",
"main": "index.js",
"bin": {
"hopjs-gen": "bin/hopjs-gen"
},
"keywords": [
"REST",
"RESTful",
"API",
"Android",
"Web",
"Framework"
],
"scripts": {
"test": "node testexamples && ./testsl.sh"
},
"dependencies": {
"fire-ts": ">=0.0.3",
"node-uuid": ">=1.4.1",
"redis": ">=0.9.0",
"socket.io": ">=0.9.10",
"optimist": ">=0.3.4",
"querystring": ">=0.1.0",
"hopjs-common": ">=0.0.8",
"colors": ">=0.6.0-1"
},
"devDepdendencies": {
"mocha": ">=1.4.2",
"should": ">=1.1.0",
"hopjs-remote":"0.0.35"
},
"engine": "node 0.8.9",
"repository": {
"type": "git",
"url": "https://github.com/celer/hopjs.git"
}
}