-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.16 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
{
"name": "@tutor/rethinkdb-database",
"version": "0.5.38",
"description": "Persistent implementation of a rethink database.",
"main": "./lib/db.js",
"scripts": {
"test": "node node_modules/gulp/bin/gulp.js && node_modules/mocha/bin/mocha",
"prepublish": "rm -rf ./lib && node node_modules/gulp/bin/gulp.js && node_modules/mocha/bin/mocha"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"chai-things": "^0.2.0",
"cuid": "^1.3.8",
"gulp": "~3.8.11",
"gulp-coffee": "^2.3.1",
"gulp-plumber": "^1.0.1",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.3",
"mocha": "^2.3.2",
"moment": "^2.10.6",
"once": "^1.3.2",
"vinyl-source-stream": "~1.0.0"
},
"repository": "github:Welfenlab/tutor-rethinkdb-database",
"contributors": [
"Maximilian Klein <dasmaxl@gmail.com> (https://github.com/LittleHelicase)",
"Maik Marschner (https://github.com/leMaik)",
"Tim Ebbeke (https://github.com/5cript)"
],
"license": "MIT",
"dependencies": {
"lodash": "^3.10.0",
"moment": "^2.10.3",
"randomstring": "^1.1.0",
"rethinkdb": "^2.1.1",
"rethinkdb-setup": "0.0.4"
}
}