-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.19 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": "storehouse",
"version": "0.0.3",
"description": "oyster storehouse",
"main": "./lib/index.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"bluebird": "~3.2.2",
"lodash": "~4.3.0",
"request": "~2.69.0",
"mongodb": "~2.2.29",
"knex": "0.13.0",
"mysql": "2.15.0",
"elasticsearch": "~10.1.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/storehouse"
},
"keywords": [
"javascript",
"node",
"cache",
"hepler"
],
"author": {
"name": "mideveloper"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/mideveloper/storehouse/issues"
},
"homepage": "https://github.com/mideveloper/storehouse"
}