forked from robtweed/ewd.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 832 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
{
"name": "ewdjs",
"description": "EWD.js: Node.js-based Application Framework",
"version": "0.111.0",
"author": {
"name": "Rob Tweed",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/robtweed/ewd.js.git"
},
"os": [
"any"
],
"directories": {
"lib": "./lib/"
},
"main": "./lib/ewd.js",
"engines": {
"node": ">=0.2.2"
},
"dependencies": {
"socket.io": ">=0.9.6",
"globalsjs": ">=0.20.0",
"fast-url-parser": ">=1.0.6-0",
"mime": ">=1.2.11",
"ewdliteclient": ">=0.4.0",
"node-uuid": ">=1.4.2",
"ntp-client": ">=0.5.3",
"speakeasy": ">=1.0.3",
"graceful-fs": ">=3.0.5",
"request": ">=2.65.0"
},
"licenses": [
"Apache"
],
"scripts": {
"postinstall": "node essentials/install"
}
}