This repository was archived by the owner on Sep 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.44 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.44 KB
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
{
"name": "conjure-api",
"version": "0.0.0",
"description": "Conjure API client",
"private": true,
"main": "./server",
"scripts": {
"dev": "hob dev",
"lint": "hob lint",
"start": "hob start",
"install:fresh": "(rm -rf ./node_modules || true) && (rm ./package-lock.json || true) && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConjureLabs/conjure-api.git"
},
"author": "",
"bugs": {
"url": "https://github.com/ConjureLabs/conjure-api/issues"
},
"homepage": "https://github.com/ConjureLabs/conjure-api#readme",
"dependencies": {
"@conjurelabs/db": "1.0.3",
"@conjurelabs/err": "0.1.0",
"@conjurelabs/hob": "0.0.12",
"@conjurelabs/route": "0.3.0",
"@conjurelabs/utils": "0.1.0",
"async": "^2.3.0",
"body-parser": "1.15.2",
"compression": "1.6.2",
"conjure-core": "git+https://bf0d2cf12288398265bb750e57c0cac1363f78d7:x-oauth-basic@github.com/ConjureLabs/conjure-core.git",
"cookie-parser": "1.4.3",
"cookie-session": "2.0.0-alpha.2",
"cors": "2.8.4",
"debug": "2.6.0",
"express": "4.15.2",
"morgan": "1.7.0",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"pg": "^7.4.0",
"redis": "2.8.0",
"request": "2.87.0",
"uuid": "3.2.1"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"eslint": "^4.10.0",
"jscs": "^3.0.7",
"nodemon": "^1.12.1",
"request-promise-native": "^1.0.5"
}
}