mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
14 lines
418 B
JSON
14 lines
418 B
JSON
|
{
|
||
|
"name": "dpaste",
|
||
|
"version": "3.0.0",
|
||
|
"scripts": {
|
||
|
"build": "node-sass --output-style compressed -o build client/scss/dpaste.scss && uglifyjs -o build/dpaste.js client/js/dpaste.js",
|
||
|
"watch-css": "npm run build && node-sass --source-map true -o build/ --watch client/scss/dpaste.scss ",
|
||
|
"postinstall": "npm build"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"node-sass": "^4.7.2",
|
||
|
"uglify-es": "^3.3.9"
|
||
|
}
|
||
|
}
|