chen-redis
Version:
Redis for Chen Framework
36 lines (35 loc) • 788 B
JSON
{
"name": "chen-redis",
"version": "0.1.3",
"description": "Redis for Chen Framework",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "npm test",
"build": "chen-tsc",
"build:watch": "chen-tsc --watch",
"prepublish": "chen-tsc",
"postinstall": "typings install",
"typings": "typings"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chen-framework/redis.git"
},
"keywords": [
"redis",
"chen"
],
"author": "tontonskie",
"license": "ISC",
"bugs": {
"url": "https://github.com/chen-framework/redis/issues"
},
"homepage": "https://github.com/chen-framework/redis#readme",
"dependencies": {
"redis": "^2.6.2"
},
"devDependencies": {
"typings": "^1.3.3"
}
}