forked from auth0/auth0-guardian.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.85 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "auth0-guardian-js",
"version": "1.3.3",
"description": "Interface",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"jwt-decode": "^2.2.0",
"socket.io-client": "^2.0.3",
"superagent": "^3.8.3"
},
"devDependencies": {
"auth0-style": "github:auth0/javascript",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"concurrently": "^3.1.0",
"eslint": "^4.18.2",
"eslint-config-auth0": "^5.0.0",
"eslint-config-auth0-base": "^6.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-mocha": "^4.7.0",
"eslint-plugin-react": "^6.2.2",
"jsonwebtoken": "^7.1.9",
"mocha": "^3.1.2",
"mockuire": "^1.0.0",
"pem": "^1.8.3",
"proxyquire": "^1.8.0",
"semver": "^5.3.0",
"sinon": "^1.17.6",
"watch": "^1.0.1",
"webpack": "^1.13.2"
},
"scripts": {
"test": "npm run eslint && mocha --recursive test",
"build": "webpack --config webpack.config.js",
"build:clean": "rm -rf ./dist && mkdir dist",
"dist": "npm run build:clean && npm run build",
"lint": "npm run eslint",
"watch:build": "watch 'npm run build' --ignoreDirectoryPattern=/dist/",
"watch:lint": "watch 'npm run eslint'",
"eslint": "eslint .",
"eslintfix": "eslint --fix .",
"prepublish": "npm run build",
"serve:https": "node ./tools/serve.js",
"dev": "concurrently \"npm run watch:build\" \"npm run serve:https\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/auth0-guardian.js.git"
},
"keywords": [
"Guardian",
"Guadian",
"Headless",
"Auth0",
"Auth0",
"Guardian"
],
"author": "Auth0",
"license": "MIT",
"bugs": {
"url": "https://github.com/auth0/auth0-guardian.js/issues"
},
"homepage": "https://github.com/auth0/guardian.js#readme"
}