-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
executable file
·76 lines (76 loc) · 1.71 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "node-oyster",
"version": "0.0.8",
"description": "oyster",
"main": "./lib/index.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"apn": "~1.4.3",
"bluebird": "~1.0.4",
"knex": "~0.7.3",
"lodash": "~2.4.1",
"moment": "~2.4.0",
"mongodb": "~1.4.34",
"murmurhash": "~0.0.2",
"mysql": "~2.0.0-rc2",
"redis": "~0.10.1",
"request": "~2.33.0",
"socket.io": "~0.9.16",
"winston": "~0.7.2",
"grunt-shell": "~0.6.4",
"bookshelf": "~0.7.9",
"hold": "0.0.6",
"elasticsearch": "~1.5.10",
"dateformat": "~1.0.7-1.2.3",
"memcached": "~0.2.6",
"scrypt": "~1.7.4",
"hashring": "~1.0.3"
},
"devDependencies": {
"grunt-cli": "~0.1.11",
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"mocha": "~1.16.2",
"grunt-contrib-jshint": "~0.8.0",
"sinon": "~1.7.3",
"supertest": "~0.8.2",
"chai": "~1.8.1",
"chai-as-promised": "~4.1.0",
"grunt-mocha-test": "~0.8.1",
"jshint-stylish": "~0.1.5",
"grunt-newer": "~0.6.1",
"load-grunt-tasks": "~0.3.0",
"time-grunt": "~0.2.9",
"grunt-concurrent": "~0.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/mideveloper/oyster"
},
"keywords": [
"node",
"javascript",
"framework",
"standard",
"node",
"app",
"general",
"node",
"app",
"structure"
],
"author": {
"name": "mideveloper"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mideveloper/oyster/issues"
},
"homepage": "https://github.com/mideveloper/oyster",
"readme": "oyster\n=====\n\noyster framework\n",
"readmeFilename": "README.md",
"_id": "[email protected]",
"_from": "node-oyster@"
}