Add license to package.json for npm

This commit is contained in:
BoykoAlex
2016-08-03 10:08:50 -07:00
parent d991d83763
commit e78ebe7e58

View File

@@ -1,10 +1,15 @@
{
"name": "Spring-Flo",
"license": "Apache-2.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "http://github.com/spring-projects/spring-flo.git"
},
"licenses": [{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}],
"devDependencies": {
"bower": "1.3.12",
"grunt": "0.4.5",