mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-03-25 09:25:49 +00:00
21 lines
525 B
JSON
21 lines
525 B
JSON
{
|
|
"author": "Remy Sharp <remy@leftlogic.com> (http://remysharp.com/)",
|
|
"name": "mit-licence",
|
|
"description": "Hosted MIT License with details controlled through this repo",
|
|
"version": "1.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:remy/mit-license.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/remy/mit-license/issues"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"dependencies": {
|
|
"nconf": "^0.8.4",
|
|
"request": "^2.72.0"
|
|
}
|
|
}
|