-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 881 Bytes
/
package.json
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
{
"name": "smashipsum",
"version": "1.0.0",
"description": "Smash Bros lorem ipsum generator.",
"repository": {
"type": "git",
"url": "git://github.com/disregardingstandards/smashipsum.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "concurrently --kill-others \"node index.js\" \"cd client && npm start\"",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"author": "Disregarding Standards",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"concurrently": "^4.1.2",
"dotenv": "^8.1.0",
"express": "^4.16.2",
"express-favicon": "^2.0.1",
"favicon": "0.0.2",
"lorem-ipsum": "^2.0.3",
"mongoose": "^5.7.5",
"path": "^0.12.7",
"react-cookies": "^0.1.1",
"react-ga": "^2.6.0"
}
}