forked from apache/nifi-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 821 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "apache-nifi-site",
"version": "0.2.0",
"description": "The artifacts for the Apache NiFi site.",
"private": "true",
"repository": {
"type": "git",
"url": "http://gitbox.apache.org/repos/asf/nifi.git"
},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-assemble": "^0.6.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-newer": "^1.3.0",
"grunt-prompt": "^1.3.3",
"grunt-text-replace": "^0.4.0"
},
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"dependencies": {
"bower": "^1.8.4",
"grunt-cli": "^1.2.0"
}
}