Skip to content

Commit

Permalink
add license, edit package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
psirenny committed Nov 18, 2013
1 parent 0abf6cf commit 0ab9def
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 21 deletions.
20 changes: 20 additions & 0 deletions LICENSE
@@ -0,0 +1,20 @@
The MIT License (MIT)

Copyright (c) 2013 Dennis

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
44 changes: 23 additions & 21 deletions package.json
@@ -1,34 +1,36 @@
{
"author": "psirenny <djtorres0@gmail.com>",
"bugs": {
"url": "https://github.com/psirenny/derby-user-providers/issues"
},
"dependencies": {
"lodash": "*",
"passport": "*"
},
"name": "derby-user-providers",
"version": "0.2.0",
"description": "Add third party provider support to derby-user",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/psirenny/derby-user-providers.git"
},
"gitHead": "ebd0cec784eb31a5b21fcdb2b2c29ab203d00cbc",
"keywords": [
"derby",
"user",
"authentication",
"derby",
"facebook",
"google",
"node",
"passport",
"providers",
"strategy",
"twitter",
"facebook",
"google"
"user"
],
"author": "psirenny",
"license": "BSD",
"license": "MIT",
"main": "index.js",
"name": "derby-user-providers",
"readmeFilename": "README.md",
"gitHead": "ebd0cec784eb31a5b21fcdb2b2c29ab203d00cbc",
"devDependencies": {},
"bugs": {
"url": "https://github.com/psirenny/derby-user-providers/issues"
}
"repository": {
"type": "git",
"url": "https://github.com/psirenny/derby-user-providers.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.3.0"
}

0 comments on commit 0ab9def

Please sign in to comment.