mit-license/package.json
Abhay Rana ae493d8c8e Adds travis.
- First build should intentionally fail
2014-06-06 22:14:43 +05:30

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/"
}
]
}