msfjarvis.dev/themes/hello-friend-ng/package.json
Harsh Shandilya 8722ee6a63 Merge remote-tracking branch 'theme/master' into src
* theme/master:
  Update README.md
  Update prism.js to v1.17.1
  Update assets
  Update svg.html
  A bit cleanup
  Fix disableReadOtherPosts feature
  Update head.html
  Update README.md
  Update head.html
  Update npm packkages
  Added option to disable Read Other Posts

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-11-17 14:22:56 +05:30

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.8.0",
"node-sass": "^4.13.0"
}
}