-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
36 lines (36 loc) · 784 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
{
"author": {
"name": "doublespout",
"email": "[email protected]",
"url": "http://snoopyxdy.blog.163.com"
},
"name": "ifile",
"description": "High performance nodejs http/https static file handler,using c++ addon and libuv lib",
"keywords": [
"node",
"static",
"file",
"nodejs",
"libuv",
"c++",
"example"
],
"version": "0.3.9",
"url": "https://github.com/DoubleSpout/ifile",
"homepage": "https://github.com/DoubleSpout/ifile",
"repository": {
"type": "git",
"url": "https://github.com/DoubleSpout/ifile.git"
},
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"dependencies":{
"mime":"1.2.6"
},
"scripts": {
"install": "node-gyp rebuild",
"tset":"node ./test/main.js"
}
}