-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
52 lines (52 loc) · 1.5 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
{
"name": "nolaborables",
"version": "2.7.4",
"description": "API pública y gratuita para consultar los feriados y días festivos.",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_PATH=. node index.js",
"test": "cross-env NODE_PATH=. NODE_ENV=test node_modules/.bin/nyc --require babel-core/register node_modules/.bin/mocha",
"report": "node_modules/.bin/nyc report --reporter=lcov",
"coverage": "node_modules/.bin/nyc report --reporter=text-lcov | coveralls",
"lint": "eslint lib/**/*"
},
"repository": {
"type": "git",
"url": "git://github.com/pjnovas/nolaborables.git"
},
"license": "BSD-2-Clause",
"author": "Pablo Novas <[email protected]>",
"engines": {
"node": ">=10"
},
"dependencies": {
"babel-core": "^6.13.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.11.6",
"blipp": "^2.2.1",
"bluebird": "^3.4.1",
"boom": "^3.2.2",
"hapi": "^14.1.0",
"hapi-next": "^0.7.0",
"install": "^0.8.1",
"joi": "^9.0.4",
"lodash": "^4.17.11"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-runtime": "^6.11.6",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"coveralls": "^2.11.12",
"cross-env": "^6.0.3",
"eslint": "^3.2.2",
"mocha": "^3.0.2",
"moment": "^2.23.0",
"nyc": "^8.1.0",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
}
}