16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"name": "changedetection.io-theme",
|
|
"version": "0.0.3",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"scss": "node-sass --watch styles.scss diff.scss -o ."
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"node-sass": "^6.0.0"
|
|
}
|
|
}
|