UNPKG

1.46 kBJSONView Raw
1{
2 "name": "abacus-authserver-plugin",
3 "description": "Plugin for an authrorization server",
4 "license": "Apache-2.0",
5 "version": "0.0.5-rc.1",
6 "private": false,
7 "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/plugins/authserver",
8 "bugs": {
9 "url": "https://github.com/cloudfoundry-incubator/cf-abacus/issues"
10 },
11 "repository": {
12 "type": "git",
13 "url": "http://github.com/cloudfoundry-incubator/cf-abacus.git"
14 },
15 "keywords": [
16 "cf",
17 "abacus"
18 ],
19 "files": [
20 ".apprc",
21 ".npmrc",
22 "manifest.yml",
23 "lib/",
24 "src/"
25 ],
26 "main": "lib/index.js",
27 "scripts": {
28 "start": "launch webapp start",
29 "stop": "webapp stop",
30 "babel": "babel",
31 "test": "eslint && mocha",
32 "lint": "eslint",
33 "pub": "publish",
34 "cfpack": "cfpack",
35 "cfpush": "cfpush"
36 },
37 "dependencies": {
38 "abacus-debug": "^0.0.5-rc.1",
39 "abacus-launcher": "^0.0.5-rc.1",
40 "abacus-router": "^0.0.5-rc.1",
41 "abacus-webapp": "^0.0.5-rc.1",
42 "babel-preset-es2015": "^6.1.4",
43 "underscore": "^1.8.3",
44 "jsonwebtoken": "^5.0.5"
45 },
46 "devDependencies": {
47 "abacus-babel": "^0.0.5-rc.1",
48 "abacus-cluster": "^0.0.5-rc.1",
49 "abacus-cfpack": "^0.0.5-rc.1",
50 "abacus-cfpush": "^0.0.5-rc.1",
51 "abacus-eslint": "^0.0.5-rc.1",
52 "abacus-mocha": "^0.0.5-rc.1",
53 "abacus-publish": "^0.0.5-rc.1"
54 },
55 "engines": {
56 "node": ">=0.12.0",
57 "npm": ">=2.0.0"
58 }
59}
\No newline at end of file