-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.43 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
{
"name": "lite-node-cache",
"version": "0.6.19",
"description": "Universal module for caching databases query, http requests and more. Using ES6. Detailed documentation. Good test coverage.",
"main": "index.js",
"scripts": {
"test": "mocha test",
"build": "gulp build",
"prepublish": "npm run build && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shadowwzw/lite-node-cache.git"
},
"keywords": [
"node",
"cache",
"lite",
"universal",
"ES6",
"ES2015",
"caching",
"object",
"memcached",
"internal",
"memory",
"multi",
"variable",
"local",
"redis"
],
"author": "Gavrilov Ruslan shadowwzw <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shadowwzw/lite-node-cache/issues"
},
"homepage": "https://github.com/shadowwzw/lite-node-cache",
"dependencies": {
"lodash": ">=4.0.0",
"bluebird": ">=3.0.0",
"babel-plugin-transform-runtime": "^6.23.0"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2017": "^6.22.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"mocha": "^3.2.0",
"pump": "^1.0.2"
}
}