-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.4 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
{
"name": "@awsbb/auth-lost-password",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"check": "npm-check -u",
"eslint": "eslint --ext .js --quiet ./",
"test": "lab tests/ -m 10000 -l -v -c -r console -o stdout -r console -o reports/coverage.txt -r html -o reports/coverage.html -r json -o reports/coverage.json",
"clean": "rm -rf lib || true",
"build": "npm run clean && babel --optimal runtime -d lib src",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awsbb/auth-lost-password.git"
},
"author": [
"Ryan Wilson <syndicated.life@gmail.com> (http://syndicatedlife.com/)"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/awsbb/auth-lost-password/issues"
},
"homepage": "http://awsbb.com",
"dependencies": {
"aws-sdk": "^2.3.7",
"babel-cli": "^6.7.7",
"babel-eslint": "^6.0.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.7.7",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"bluebird": "^3.3.5",
"boom": "^4.0.0",
"eslint": "^3.5.0",
"eslint-plugin-babel": "^3.2.0",
"joi": "^9.0.4",
"npm-check": "*"
},
"config": {},
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"lab": "^11.0.1"
}
}