-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 845 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 845 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
{
"name": "crossweb",
"description": "Web framework",
"version": "3.1.0",
"author": "Wavify Inc. (http://www.wavify.com)",
"contributors": [
"Maythee Anegboonlap <null@llun.in.th> (http://llun.in.th)",
"Chotiwat Chawannakul (https://github.com/chotiwat)",
"Metwara Narksook (https://github.com/hybridknight)"
],
"keywords": [
"web", "framework"
],
"bugs": {
"url": "http://github.com/wavify/crossweb/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/wavify/crossweb"
},
"dependencies": {
"async": "0.1.x",
"daemon": "0.4.x",
"formidable": "1.0.x",
"hogan.js": "2.0.x",
"log4js": "0.4.x",
"mime": "1.2.x",
"optimist": "0.3.x",
"wrench": "1.3.x"
},
"engines": {
"node": ">= 0.6"
},
"main": "index",
"bin": { "cw": "./bin/cw" }
}