Skip to content

Commit

Permalink
(package): create initial package.json and lockfile
Browse files Browse the repository at this point in the history
- add some keywords and description wee
  • Loading branch information
agilgur5 committed May 19, 2019
1 parent d3f51ec commit ff6b8b4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "mst-persist",
"version": "0.0.1",
"description": "Persist and hydrate MobX-state-tree stores",
"main": "persist.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agilgur5/mst-persist.git"
},
"keywords": [
"mobx",
"mobx-state-tree",
"mst",
"persist",
"hydrate",
"storage"
],
"author": "Anton Gilgur",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/agilgur5/mst-persist/issues"
},
"homepage": "https://github.com/agilgur5/mst-persist"
}

0 comments on commit ff6b8b4

Please sign in to comment.