22 lines
489 B
JSON
22 lines
489 B
JSON
{
|
|
"name": "dev.eql.fr",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"sass": "node-sass -w scss -o css-compiled",
|
|
"prefix": "postcss ./css-compiled/styles.css --use autoprefixer -d ./css-compiled/prefixed/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://figureslibres.io/gogs/bachir/d9-eql.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"node-sass": "^6.0.1"
|
|
},
|
|
"browserslist": "last 4 versions"
|
|
|
|
}
|