UNPKG

969 BJSONView Raw
1{
2 "name": "slet-basecontroller",
3 "version": "1.2.11",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "../../node_modules/.bin/nyc ../../node_modules/.bin/ava -v",
8 "report-coverage": "../../node_modules/.bin/nyc report --reporter=lcov > coverage.lcov && codecov",
9 "standard": "../../node_modules/.bin/standard index.js"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/sletjs/BaseController.git"
14 },
15 "keywords": [],
16 "author": "",
17 "license": "ISC",
18 "bugs": {
19 "url": "https://github.com/sletjs/BaseController/issues"
20 },
21 "homepage": "https://github.com/sletjs/BaseController#readme",
22 "devDependencies": {
23 "ava": "^0.15.2",
24 "co-exec": "^1.0",
25 "codecov": "^1.0.1",
26 "ghooks": "^1.2.4",
27 "nyc": "^7.0.0",
28 "slettest": "^1.0.4",
29 "standard": "^7.1.2"
30 },
31 "config": {
32 "ghooks": {
33 "pre-commit": "npm run standard && npm test"
34 }
35 },
36 "dependencies": {}
37}