-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.15 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": "pxweb-scb-style",
"version": "0.9.1",
"description": "SCB:s alternative PxWeb styling for the statistical database",
"main": "index.html",
"scripts": {
"build": "npm-run-all build:css build:css_print build:css_minify",
"build:css_minify": "css-minify -f /css/style.css -o /css/",
"build:css": "sass sass/main.scss > css/style.css",
"build:css_print": "sass sass/themes/print.scss > css/print.css",
"build:css_starter_theme": "sass sass/themes/starter.scss > css/starter.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/statisticssweden/pxweb-scb-style.git"
},
"keywords": [
"statistics",
"pxweb",
"statisticssweden",
"database"
],
"author": "Anders Olsen",
"license": "MIT",
"bugs": {
"url": "https://github.com/statisticssweden/pxweb-scb-style/issues"
},
"homepage": "https://github.com/statisticssweden/pxweb-scb-style#readme",
"dependencies": {
"css-minify": "^2.0.0",
"minify": "^7.0.1",
"node-sass": "^5.0.0",
"sass": "^1.32.8"
},
"devDependencies": {
"npm-run-all": "^4.1.5"
}
}