-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.34 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
{
"name": "coding-interview",
"version": "1.0.0",
"description": "Web application to help candidates prepare for the coding interview",
"main": "app.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"bcrypt": "^0.8.5",
"body-parser": "~1.12.4",
"bootstrap": "^3.3.6",
"expose-loader": "^0.7.1",
"express": "~4.12.4",
"history": "^1.13.1",
"jquery": "^2.1.4",
"jsonwebtoken": "~5.0.1",
"mongoose": "~4.0.3",
"mongoose-findorcreate": "~0.1.2",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-router": "^1.0.2"
},
"devDependencies": {
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-react": "^6.1.18",
"css-loader": "^0.23.0",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaredririe/coding-interview-web-app.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/jaredririe/coding-interview-web-app/issues"
},
"homepage": "https://github.com/jaredririe/coding-interview-web-app#readme",
"author": "Jared Ririe, Peter Zabriskie, Cameron Hymas, and Chad Barlow",
"license": "GPL"
}