-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.31 KB
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
{
"name": "plump-store-redis",
"version": "0.25.0",
"description": "Plump plugin for Redis",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "gulp maketest && mocha testbuild/*.spec.js && gulp testclean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plumpstack/plump-store-redis.git"
},
"keywords": ["typescript", "orm", "datastore", "activerecord"],
"author": "Eric Eslinger <eric.eslinger@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/plumpstack/plump-store-redis/issues"
},
"homepage": "https://github.com/plumpstack/plump-store-redis#readme",
"devDependencies": {
"@types/chai": "^4.0.5",
"@types/core-js": "^0.9.43",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.53",
"@types/redis": "^2.8.1",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"del": "^3.0.0",
"fakeredis": "^2.0.0",
"gulp": "github:gulpjs/gulp.git#4.0",
"gulp-babel": "^7.0.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-typescript": "^3.2.3",
"mocha": "^4.0.1",
"plump": "0.25.1",
"tslint": "^5.8.0",
"tslint-eslint-rules": "^4.1.1",
"typescript": "^2.6.1"
},
"dependencies": {
"merge-options": "1.0.0",
"redis": "^2.8.0",
"rxjs": "^5.5.2"
}
}