-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1009 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
{
"name": "lostcat",
"version": "1.0.0",
"description": "LostCat is a street art phenomenon in Ithaca, New York. This is a community-sourced map and gallery of LostCats.",
"main": "index.js",
"scripts": {
"dev:css": "sass --watch --load-path=node_modules/bootstrap/dist/css src/frontend/sass/styles.scss src/lostcats/static/lostcats/css/styles.css",
"build:css": "sass --style=compressed --no-source-map --load-path=node_modules/bootstrap/dist/css src/frontend/sass/styles.scss src/lostcats/static/lostcats/css/styles.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Jdsleppy/lostcatithaca.git"
},
"type": "module",
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jdsleppy/lostcatithaca/issues"
},
"homepage": "https://github.com/Jdsleppy/lostcatithaca#readme",
"dependencies": {
"bootstrap": "^5.1.3",
"esbuild": "^0.15.12",
"sass": "^1.55.0"
}
}