-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 741 Bytes
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
{
"name": "DotDotDots",
"version": "1.0.0",
"description": "A digital rendition of Yayoi Kusama's dot-covered Obliteration Room",
"engines": {
"node": "6.11.x"
},
"scripts": {
"start": "node server",
"dev": "nodemon server",
"heroku-postbuild": "cd react-ui/ && npm install && npm install --only=dev --no-shrinkwrap && npm run build"
},
"cacheDirectories": [
"node_modules",
"react-ui/node_modules"
],
"dependencies": {
"axios": "^0.17.1",
"body-parser": "^1.18.2",
"express": "^4.14.1",
"mongoose": "^4.13.2",
"mongoose-timestamp": "^0.6.0"
},
"repository": {
"type": "git",
"url": ""
},
"license": "MIT",
"devDependencies": {
"nodemon": "^1.12.1"
}
}