|
| 1 | +{ |
| 2 | + "name": "@turbasen/test-data", |
| 3 | + "version": null, |
| 4 | + "description": "Test data for internal Nasjonal Turbase API development", |
| 5 | + "main": "index.js", |
| 6 | + "files": [ |
| 7 | + "index.js" |
| 8 | + ], |
| 9 | + "scripts": { |
| 10 | + "codacy-coverage": "codacy-coverage", |
| 11 | + "cover": "istanbul cover --report lcovonly ./node_modules/.bin/_mocha -- -R spec test.js", |
| 12 | + "grunt:watch": "grunt watch", |
| 13 | + "lint": "eslint index.js test.js", |
| 14 | + "nsp": "nsp check", |
| 15 | + "semantic-release": "semantic-release", |
| 16 | + "test": "mocha -R tap -b --check-leaks test.js", |
| 17 | + "test:watch": "mocha -R progress -b --check-leaks -w test.js", |
| 18 | + "greenkeeper-postpublish": "greenkeeper-postpublish" |
| 19 | + }, |
| 20 | + "repository": { |
| 21 | + "type": "git", |
| 22 | + "url": "git+https://github.com/Turbasen/test-data.git" |
| 23 | + }, |
| 24 | + "keywords": [ |
| 25 | + "nasjonal turbase", |
| 26 | + "turbasen", |
| 27 | + "test", |
| 28 | + "data" |
| 29 | + ], |
| 30 | + "author": "Hans Kristian Flaatten <[email protected]>", |
| 31 | + "license": "MIT", |
| 32 | + "bugs": { |
| 33 | + "url": "https://github.com/Turbasen/test-data/issues" |
| 34 | + }, |
| 35 | + "homepage": "https://github.com/Turbasen/test-data#readme", |
| 36 | + "dependencies": { |
| 37 | + "mongodb": "^2.1.18" |
| 38 | + }, |
| 39 | + "devDependencies": { |
| 40 | + "codacy-coverage": "^1.1.3", |
| 41 | + "eslint": "^2.13.1", |
| 42 | + "eslint-config-airbnb-base": "^3.0.1", |
| 43 | + "eslint-plugin-import": "^1.10.0", |
| 44 | + "greenkeeper-postpublish": "^1.0.0", |
| 45 | + "istanbul": "^0.4.4", |
| 46 | + "mocha": "^2.5.3", |
| 47 | + "nsp": "^2.5.0", |
| 48 | + "semantic-release": "^4.3.5" |
| 49 | + }, |
| 50 | + "engines": { |
| 51 | + "node": ">=4.0.0" |
| 52 | + } |
| 53 | +} |
0 commit comments