-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 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
{
"name": "flashcardapp",
"version": "1.0.0",
"description": "flash card app using node.js",
"main": "server.js",
"dependencies": {
"body-parser": "^1.18.2",
"ejs": "^2.5.7",
"eslint": "^4.15.0",
"eslint-config-airbnb-standard": "^1.6.6",
"express": "^4.16.2",
"express-session": "^1.15.6",
"forever": "^0.15.3",
"mongoose": "^5.0.0-rc2",
"nodemon": "^1.14.7",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.4.0",
"path": "^0.12.7"
},
"devDependencies": {
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jcisneros01/OSUHackathonApp.git"
},
"author": "Hack N Slash",
"license": "ISC",
"bugs": {
"url": "https://github.com/jcisneros01/OSUHackathonApp/issues"
},
"homepage": "https://github.com/jcisneros01/OSUHackathonApp#readme"
}