-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 803 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 803 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
{
"name": "jso-site",
"version": "1.0.0",
"description": "Documentation for Julia Smooth Optimizers",
"main": "_sass/styles.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"css-build": "node-sass --omit-source-map-url _sass/styles.scss _css/styles.css",
"css-watch": "npm run css-build -- --watch",
"start": "npm run css-watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JuliaSmoothOptimizers/JuliaSmoothOptimizers.github.io.git"
},
"author": "Abel Soares Siqueira",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/JuliaSmoothOptimizers/JuliaSmoothOptimizers.github.io/issues"
},
"homepage": "https://jso.dev",
"devDependencies": {
"bulma": "^0.9.3",
"node-sass": "^7.0.1"
}
}