-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 875 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 875 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": "mango-cli-example",
"version": "0.0.0",
"description": "Ready to eat mango-cli project",
"dependencies": {
"@mangoweb/scripts-base": "0.0.5",
"bootstrap": "^4.3.1",
"bourbon": "^4.3.3",
"popper.js": "^1.15.0"
},
"devDependencies": {
"compression": "^1.7.4",
"express": "^4.17.1"
},
"scripts": {
"start": "mango dev",
"build": "mango build",
"serve": "node server.js",
"heroku-prebuild": "npm install mango-cli",
"heroku-postbuild": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manGoweb/mango-cli-example.git"
},
"author": "manGoweb s.r.o. <info@mangoweb.cz> (www.mangoweb.cz)",
"license": "MIT",
"bugs": {
"url": "https://github.com/manGoweb/mango-cli-example/issues"
},
"homepage": "https://github.com/manGoweb/mango-cli-example#readme"
}