-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
27 lines (27 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
{
"name": "modernism",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@creativebulma/bulma-tooltip": "^1.2.0"
},
"devDependencies": {
"bulma": "^0.9.4",
"node-sass": "^9.0.0"
},
"scripts": {
"css-build": "node-sass app/modernism/static/_sass/modernism.scss app/modernism/static/css/modernism.css && node-sass app/modernism/static/_sass/admin.scss app/modernism/static/css/admin.css",
"start": "npm run css-build"
},
"repository": {
"type": "git",
"url": "git@github.com:Modernism-in-Architecture/modernism.git"
},
"author": "Norma Driske",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Modernism-in-Architecture/modernism/issues"
},
"homepage": "https://github.com/Modernism-in-Architecture/modernism"
}