-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 KB
/
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
32
33
34
35
36
37
38
39
{
"name": "goodtimes",
"version": "1.0.0",
"description": "A really nice way to have a good time with or without your friends. But better with!",
"main": "index.js",
"scripts": {
"start": "parcel watch src/index.html -d public --public-url='/static'",
"build": "NODE_ENV=production parcel build src/index.html -d public --public-url='/static'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zstatmanweil/goodtimes.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zstatmanweil/goodtimes/issues"
},
"homepage": "https://github.com/zstatmanweil/goodtimes#readme",
"devDependencies": {
"elm": "^0.19.1-3",
"elm-hot": "^1.1.5",
"node-elm-compiler": "^5.0.5",
"parcel-bundler": "^1.12.4",
"parcel-plugin-static-files-copy": "^2.5.0",
"postcss-modules": "^3.2.2",
"sass": "^1.29.0"
},
"keywords": [],
"dependencies": {},
"staticFiles": {
"staticPath": [
{
"staticPath": "static",
"staticOutDir": "."
}
]
}
}