-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
41 lines (41 loc) · 912 Bytes
/
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
{
"name": "database-cleaner",
"description": "Database Cleaner for node.js",
"keywords": [
"database",
"cleaner",
"mongodb",
"redis",
"couchdb",
"tests",
"package.json",
"elasticsearch"
],
"version": "1.3.0",
"author": "Emerson Macedo <emerleite@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/emerleite/node-database-cleaner.git"
},
"dependencies": {},
"devDependencies": {
"async": "1.5.0",
"cradle": "0.5.8",
"elasticsearch": "^15.2.0",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"mongodb": "2.1.10",
"mysql": "^2.16.0",
"pg": "^7.6.1",
"redis": "0.12.1",
"should": "4.0.4",
"sqlite3": "^4.0.4"
},
"main": "index",
"scripts": {
"test": "node_modules/mocha/bin/mocha -R spec --timeout 5000 --globals config,currentObjectStored"
},
"engines": {
"node": ">=0.10.0"
}
}