-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 981 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
{
"name": "teo-db-adapter-mongoose",
"version": "1.2.0",
"description": "Teo.JS database adapter for Mongoose",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha --require ./test/common.js --reporter spec --ui bdd --recursive --colors --timeout 5000 --slow 300"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Antyfive/teo-db-adapter-mongoose.git"
},
"keywords": [
"teo.js",
"database",
"mongoose",
"adapter",
"orm",
"rest"
],
"author": "Andrew Teologov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Antyfive/teo-db-adapter-mongoose/issues"
},
"homepage": "https://github.com/Antyfive/teo-db-adapter-mongoose#readme",
"dependencies": {
"mongoose": "^4.6.8",
"teo-db-adapter": "^1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"short-async": "^1.0.1",
"sinon": "^1.17.6"
}
}