forked from fistlabs/fist
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.05 KB
/
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
42
43
44
45
46
{
"author": "Golyshev Dmitrii <golyshev.dmitry@yandex.ru>",
"bugs": {
"url": "https://github.com/fistlabs/fist/issues"
},
"contributors": [
"Golyshev Dmitrii <golyshev.dmitry@yandex.ru>"
],
"dependencies": {
"accepts": "^1.2.9",
"lru-dict": "0.0.1",
"proxy-addr": "^1.0.8",
"loggin": "2.2.1",
"obus": "^1.0.2",
"unique-id": "0.0.1",
"finger": "2.1.0",
"lodash-node": "^3.9.3",
"bluebird": "^2.9.30",
"inherit": "2.2.2",
"cookieparser": "0.1.0",
"fast-url-parser": "1.1.3",
"glob": "^5.0.10"
},
"description": "nodejs application framework",
"devDependencies": {
"gulp-util": "^3.0.5",
"gulp-one-guide": "0.2.0",
"vow-asker": "0.8.2",
"supertest": "0.15.0",
"benchmark": "^1.0.0",
"gulp": "^3.9.0",
"gulp-mocha": "2.1.1",
"gulp-istanbul": "0.10.0"
},
"license": "MIT",
"main": "fist",
"name": "fist",
"repository": {
"type": "git",
"url": "git://github.com/fistlabs/fist.git"
},
"engines": {
"node": ">= 0.10.36"
},
"version": "3.5.1"
}