1
0
mirror of https://github.com/danog/gift.git synced 2024-11-26 20:04:47 +01:00

Add license attribute

https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
This commit is contained in:
Peter deHaan 2015-05-28 13:08:08 -07:00
parent 61d74521b1
commit 4072486176

View File

@ -15,6 +15,7 @@
"name": "sentientwaffle",
"url": "http://sentientwaffle.github.com/"
},
"license": "MIT",
"main": "./lib/index",
"scripts": {
"test": "mocha --compilers coffee:\"./node_modules/coffee-script/lib/coffee-script/register\"",