forked from vanetix/waterline-errors
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 862 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
{
"name": "offshore-errors",
"version": "0.0.1",
"contributors": [
{
"name": "Alexandre Tiertant",
"github": "https://github.com/atiertant"
}
],
"description": "Standard adapter errors from Offshore",
"homepage": "https://github.com/Atlantis-Software/offshore-errors",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:Atlantis-Software/offshore-errors"
},
"scripts": {
"test": "nyc mocha --timeout=10000 --exit",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint ./"
},
"keywords": [
"offshore",
"errors"
],
"devDependencies": {
"coveralls": "^3.0.0",
"eslint": "~3.11.1",
"istanbul": "0.4.5",
"mocha": "~5.0.0",
"nyc": "~11.4.1"
},
"files": [
"lib",
"License",
"index.js"
]
}