added keywords to package

This commit is contained in:
Dan Motzenbecker 2015-08-30 11:44:45 -04:00
parent 1c1ef28759
commit 3c7d5463de
1 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "natal",
"version": "0.0.1",
"version": "0.0.2",
"description": "Bootstrap ClojureScript React Native apps",
"main": "index.js",
"author": {
@ -22,9 +22,17 @@
"type": "git",
"url": "git://github.com/dmotz/natal.git"
},
"homepage": "http://github.com/dmotz/natal",
"engine-strict": true,
"preferGlobal": true,
"bin": {
"natal": "./index.js"
}
},
"keywords": [
"clojure",
"clojurescript",
"react",
"react native",
"ios"
]
}