-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.45 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@turbasen/test-data",
"version": null,
"description": "Test data for internal Nasjonal Turbase API development",
"main": "index.js",
"files": [
"data",
"index.js"
],
"scripts": {
"codacy-coverage": "codacy-coverage",
"cover": "istanbul cover --report lcovonly ./node_modules/.bin/_mocha -- -R spec test.js",
"grunt:watch": "grunt watch",
"lint": "eslint index.js test.js",
"nsp": "nsp check",
"semantic-release": "semantic-release",
"test": "mocha -R tap -b --check-leaks test.js",
"test:watch": "mocha -R progress -b --check-leaks -w test.js",
"greenkeeper-postpublish": "greenkeeper-postpublish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Turbasen/test-data.git"
},
"keywords": [
"nasjonal turbase",
"turbasen",
"test",
"data"
],
"author": "Hans Kristian Flaatten <hans@starefossen.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Turbasen/test-data/issues"
},
"homepage": "https://github.com/Turbasen/test-data#readme",
"dependencies": {
"mongodb": "^2.1.18"
},
"devDependencies": {
"codacy-coverage": "^1.1.3",
"eslint": "^2.13.1",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.10.0",
"greenkeeper-postpublish": "^1.0.0",
"istanbul": "^0.4.4",
"mocha": "^2.5.3",
"nsp": "^2.5.0",
"semantic-release": "^4.3.5"
},
"engines": {
"node": ">=4.0.0"
}
}