mirror of https://github.com/apache/nifi.git
25 lines
660 B
JSON
25 lines
660 B
JSON
{
|
|
"name": "apache-nifi-site",
|
|
"version": "0.0.2-incubating",
|
|
"description": "The artifacts for the Apache NiFi site.",
|
|
"private": "true",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://git-wip-us.apache.org/repos/asf/incubator-nifi.git"
|
|
},
|
|
"devDependencies": {
|
|
"assemble": "^0.4.42",
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-compass": "^1.0.1",
|
|
"grunt-contrib-concat": "^0.5.0",
|
|
"grunt-contrib-copy": "^0.7.0",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-newer": "^1.1.0"
|
|
},
|
|
"licenses" : [{
|
|
"type": "Apache",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
|
|
}]
|
|
}
|