-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.29 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
47
48
49
50
51
52
53
{
"name": "vakoo",
"version": "0.1.0-24",
"description": "NodeJS-based Micro-framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm version prerelease",
"postpublish": "git push",
"prerelease": "npm version prerelease && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/pasynkov/vakoo.git"
},
"keywords": [
"vakoo",
"framework",
"simple"
],
"author": "Pasynkov Nikolay <a@pasa.me>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/pasynkov/vakoo/issues"
},
"homepage": "https://github.com/pasynkov/vakoo",
"dependencies": {
"async": "^2.0.0-rc.4",
"basicauth-middleware": "1.1.x",
"body-parser": "1.15.x",
"coffee-script": "1.10.x",
"commander": "2.9.x",
"compression": "1.6.x",
"connect-static": "1.5.x",
"cookie-parser": "1.4.x",
"cron": "1.1.x",
"elasticsearch": "11.0.x",
"express": "4.13.x",
"handlebars": "4.0.x",
"mongo-sql": "2.7.x",
"mongodb": "2.1.x",
"mysql": "2.10.x",
"node-uuid": "^1.4.7",
"pg": "4.5.x",
"redis": "^2.6.0-2",
"underscore": "1.8.x",
"underscore.string": "3.3.x",
"winston": "2.2.x"
},
"bin": {
"vakoo": "./bin/main"
}
}