-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
25 lines (25 loc) · 946 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
{
"name": "scielo.org",
"version": "0.7.0",
"description": "SciELO - Scientific Electronic Library Online",
"main": "index.js",
"scripts": {
"css-compile": "node-sass --output-style compressed --source-map true --source-map-contents true --precision 10 static/sass/style.scss static/css/style.css && node-sass --output-style compressed --source-map true --source-map-contents true --precision 10 static/sass/journal-print.scss static/css/journal-print.css",
"js-minify": "uglifyjs static/js/scielo.js -o static/js/scielo-min.js -c -m"
},
"repository": {
"type": "git",
"url": "https://github.com/scieloorg/scielo.org.git"
},
"author": "SciELO",
"license": "MIT",
"bugs": {
"url": "https://github.com/scieloorg/scielo.org/issues"
},
"homepage": "https://github.com/scieloorg/scielo.org#readme",
"devDependencies": {
"node-sass": "^4.12.0",
"uglify-js": "^3.5.15"
},
"dependencies": {}
}