UNPKG

1.15 kBJSONView Raw
1{
2 "name": "auth0-deploy",
3 "version": "0.1.12",
4 "description": "A tool for automated deployment of auth0 components",
5 "main": "index.js",
6 "bin": {
7 "auth0-deploy": "bin/index.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/ukayani/auth0-deploy.git"
12 },
13 "scripts": {
14 "test": "mocha"
15 },
16 "keywords": [
17 "auth0",
18 "deploy",
19 "deployment",
20 "connection",
21 "resource",
22 "client",
23 "oauth"
24 ],
25 "author": "ukayani",
26 "license": "ISC",
27 "devDependencies": {
28 "chai": "^3.3.0",
29 "gulp": "^3.9.0",
30 "gulp-istanbul": "^0.10.0",
31 "gulp-eslint": "^2.1.0",
32 "gulp-mocha": "^2.1.3",
33 "gulp-util": "^3.0.6",
34 "jscs-stylish": "^0.3.1",
35 "jshint-stylish": "^2.0.1",
36 "mocha": "^2.3.3",
37 "sinon": "^1.17.0",
38 "supertest": "^1.1.0"
39 },
40 "dependencies": {
41 "assert": "^1.4.1",
42 "assert-plus": "^0.1.5",
43 "auth0": "^2.6.0",
44 "bluebird": "^3.4.3",
45 "chalk": "^1.1.3",
46 "commander": "^2.9.0",
47 "lodash": "^4.17.4",
48 "mz": "^2.4.0",
49 "nconf": "^0.8.4",
50 "path": "^0.12.7",
51 "request": "^2.74.0",
52 "request-promise": "^4.1.1"
53 }
54}