1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

update readme & package.json

This commit is contained in:
Dick Choi
2016-08-14 01:51:45 +09:00
parent 4577038abd
commit 5729125fbb
4 changed files with 14 additions and 5 deletions

View File

@@ -8,7 +8,8 @@
"hot": "electron ./index.js --hot",
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
"postinstall": "npm run vendor",
"vendor": "oh-my-cdn"
"vendor": "oh-my-cdn",
"compile": "grunt compile"
},
"config": {
"electron-version": "1.1.3"
@@ -28,9 +29,11 @@
],
"author": "Dick Choi <fluke8259@gmail.com> (https://github.com/Rokt33r)",
"contributors": [
"Kazu Yokomizo (https://github.com/kazup01)",
"dojineko (https://github.com/dojineko)",
"Romain Bazile (https://github.com/gromain)",
"Bruno Paz (https://github.com/brpaz)"
"Bruno Paz (https://github.com/brpaz)",
"Fabian Mueller (https://github.com/dotcs)"
],
"bugs": {
"url": "https://github.com/BoostIO/Boostnote/issues"