Add license to package.json for npm
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user