-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(package): add keywords to package.json, fix license
- Loading branch information
Peter Marton
committed
Jul 27, 2015
1 parent
7a74fde
commit 5478001
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@risingstack/graffiti", | ||
"version": "1.0.0", | ||
"description": "", | ||
"description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "NODE_ENV=test mocha --harmony --require co-mocha $(find src -name \"*.spec.js\")", | ||
|
@@ -11,8 +11,16 @@ | |
"type": "git", | ||
"url": "[email protected]:RisingStack/graffiti.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"author": "RisingStack", | ||
"license": "MIT", | ||
"keywords": [ | ||
"GraphQL", | ||
"graffiti", | ||
"express", | ||
"hapi", | ||
"koa", | ||
"ORM" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/RisingStack/graffiti/issues" | ||
}, | ||
|