Skip to content

Commit 12af578

Browse files
committed
Clean up package.json.
1 parent 9060bc8 commit 12af578

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
{
22
"name": "restify-oauth2",
3-
"description": "A plugin for Restify to provide a simple OAuth2 endpoint.",
3+
"description": "A simple OAuth 2 endpoint for Restify",
4+
"keywords": ["restify", "oauth", "oauth2", "rest", "authentication", "api"],
45
"version": "1.0.0",
56
"author": "Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)",
67
"license": "WTFPL",
78
"repository": {
89
"type": "git",
910
"url": "git://github.com/domenic/restify-oauth2.git"
1011
},
11-
"bugs": {
12-
"url": "http://github.com/domenic/restify-oauth2/issues"
13-
},
12+
"bugs": "http://github.com/domenic/restify-oauth2/issues",
1413
"main": "lib/index.js",
15-
"directories": {
16-
"lib": "lib"
17-
},
1814
"scripts": {
1915
"test": "npm run test-unit && npm run test-integration",
2016
"test-unit": "mocha test/unit.coffee --reporter spec --compilers coffee:coffee-script",
2117
"test-integration": "vows test/integration.coffee --spec",
2218
"lint": "jshint lib && jshint examples"
2319
},
2420
"dependencies": {
25-
"underscore": ">= 1.4.4"
21+
"underscore": "1.x"
2622
},
2723
"peerDependencies": {
2824
"restify": "2.x"

0 commit comments

Comments
 (0)