UNPKG

1.45 kBJSONView Raw
1{
2 "name": "@blinkmobile/bm-identity",
3 "description": "Helper functions for Blink Mobiles single identity",
4 "version": "2.0.0",
5 "main": "index.js",
6 "scripts": {
7 "ava": "ava",
8 "eslint": "eslint --fix --cache .",
9 "flow_check": "flow check || exit 0",
10 "fixpack": "fixpack",
11 "lint": "eslint .",
12 "make-docs": "jsdoc index.js ./lib -r -d ./jsdocs",
13 "test": "npm-run-all lint ava"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/blinkmobile/bm-identity.js.git"
18 },
19 "keywords": [],
20 "author": "Matt Carroll",
21 "license": "ISC",
22 "bugs": {
23 "url": "https://github.com/blinkmobile/bm-identity.js/issues"
24 },
25 "homepage": "https://github.com/blinkmobile/bm-identity.js#readme",
26 "engines": {
27 "node": ">=6",
28 "npm": ">=3"
29 },
30 "publishConfig": {
31 "access": "public"
32 },
33 "dependencies": {
34 "@blinkmobile/blinkmrc": "1.1.0",
35 "aws-sdk": "^2.3.10",
36 "base64url": "^2.0.0",
37 "inquirer": "^1.0.3",
38 "opn": "^4.0.2",
39 "request": "^2.74.0"
40 },
41 "devDependencies": {
42 "ava": "^0.15.2",
43 "eslint": "^3.3.1",
44 "eslint-config-semistandard": "^6.0.2",
45 "eslint-config-standard": "^5.3.5",
46 "eslint-plugin-promise": "^2.0.1",
47 "eslint-plugin-standard": "^2.0.0",
48 "fixpack": "^2.3.1",
49 "flow-bin": "^0.30.0",
50 "jsdoc": "^3.4.0",
51 "mockery": "^1.4.1",
52 "npm-run-all": "^2.2.2",
53 "proxyquire": "^1.7.10",
54 "yauzl": "^2.6.0"
55 }
56}
\No newline at end of file