add license to package.json

just to be a good npm citizen :)
This commit is contained in:
Clemens Stolle 2015-07-01 11:03:00 +02:00
parent 1367a234ee
commit 79b02bcf26

View File

@ -8,6 +8,7 @@
"type": "git",
"url": "https://github.com/nnnick/Chart.js.git"
},
"license" : "MIT",
"dependences": {},
"devDependencies": {
"gulp": "3.5.x",
@ -25,4 +26,4 @@
"spm": {
"main": "Chart.js"
}
}
}