-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.39 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.39 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
53
{
"name": "prrr",
"version": "1.0.0",
"description": "[](https://circleci.com/gh/GuildCrafts/prrr)",
"main": "index.js",
"scripts": {
"test": "webappatron test",
"start": "webappatron start",
"build": "webappatron build",
"heroku-postbuild": "npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.2",
"cookie-session": "^2.0.0-alpha.2",
"dotenv": "^2.0.0",
"font-awesome": "^4.7.0",
"github": "^7.1.0",
"knex": "^0.12.6",
"loglevel": "^1.4.1",
"moment": "^2.17.1",
"morgan": "^1.7.0",
"normalize.css": "^5.0.0",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"pg": "^6.1.2",
"request-promise": "^4.1.1",
"simple-react-router": "0.0.13",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"socket.io": "^1.7.2",
"stripcolorcodes": "^0.1.0",
"visibilityjs": "^1.2.4",
"webappatron": "github:deadlyicon/webappatron#d3a798b",
"winston": "^2.3.0"
},
"devDependencies": {
"chromedriver": "^2.27.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GuildCrafts/prrr.git"
},
"bugs": {
"url": "https://github.com/GuildCrafts/prrr/issues"
},
"homepage": "https://github.com/GuildCrafts/prrr#readme"
}