mirror of https://github.com/apache/nifi.git
30 lines
767 B
JSON
30 lines
767 B
JSON
{
|
|
"name": "apache-nifi-site",
|
|
"version": "0.1.0-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-exec": "^0.4.6",
|
|
"grunt-newer": "^1.1.0",
|
|
"grunt-prompt": "^1.3.0",
|
|
"grunt-text-replace": "^0.4.0"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "Apache",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
|
|
}
|
|
]
|
|
}
|