forked from offlinehacker/bookshelf-check-duplicates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 939 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
{
"name": "bookshelf-check-duplicates",
"version": "0.2.2",
"description": "Bookshelf plugin that checks if there's a duplicate in a database",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/GateHubNet/bookshelf-check-duplicates"
},
"keywords": [
"bookshelf",
"check",
"duplicates"
],
"author": "Jaka Hudoklin",
"license": "MIT",
"bugs": {
"url": "https://github.com/GateHubNet/bookshelf-check-duplicates/issues"
},
"homepage": "https://github.com/GateHubNet/bookshelf-check-duplicates",
"dependencies": {
"bluebird": "^2.9.34",
"lodash": "^3.10.0"
},
"devDependencies": {
"bookshelf": "^0.8.1",
"chai": "^3.1.0",
"chai-as-promised": "^5.1.0",
"knex": "^0.8.6",
"mocha": "^2.2.5",
"npm-release": "0.0.4-3",
"sqlite3": "^3.0.9"
}
}