19 lines
No EOL
370 B
JSON
19 lines
No EOL
370 B
JSON
{
|
|
"name": "hello-amigo",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "Sagi Dayan <dsagidayan@gmail.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"
|
|
}
|
|
} |