Add keywords to package.json

This commit is contained in:
Raymond Feng 2013-09-11 10:42:29 -07:00
parent e189c2e025
commit 25f2ce3e40
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{ {
"name": "loopback", "name": "loopback",
"description": "loopback", "description": "LoopBack: Open Mobile Platform for Node.js",
"keywords": [ "StrongLoop", "LoopBack", "Mobile", "Backend", "Platform", "mBaaS" ],
"version": "1.0.0", "version": "1.0.0",
"scripts": { "scripts": {
"test": "mocha -R spec", "test": "mocha -R spec",