mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-03-25 09:25:49 +00:00
19 lines
No EOL
497 B
JSON
19 lines
No EOL
497 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" },
|
|
"licenses": [
|
|
{ "type": "MIT",
|
|
"url": "http://rem.mit-license.org/"
|
|
}
|
|
]
|
|
} |