-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 928 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": "spawnpoint-rethinkdb",
"version": "1.0.3",
"description": "RethinkDB plugin for Spawnpoint on NPM",
"main": "spawnpoint-rethinkdb.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"precommit": "lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodecraft/spawnpoint-rethinkdb.git"
},
"keywords": [
"rethinkdb",
"spawnpoint"
],
"author": "Nodecraft, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodecraft/spawnpoint-rethinkdb/issues"
},
"homepage": "https://github.com/nodecraft/spawnpoint-rethinkdb#readme",
"dependencies": {
"spawnpoint": "*",
"lodash": "*",
"rethinkdbdash": "^2.3.31"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-nodecraft": "^4.0.0",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-node": "^11.1.0"
}
}