msfjarvis.dev/themes/hello-friend-ng/package.json

20 lines
379 B
JSON

{
"name": "hello-friend-ng",
"version": "1.0.0",
"main": "index.js",
"author": "Djordje Atlialp <djordje@atlialp.com>",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": [
"last 2 versions",
">1%",
"not dead"
],
"devDependencies": {
"bulma": "^0.7.4",
"node-sass": "^4.11.0"
}
}