-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·42 lines (41 loc) · 1017 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
34
35
36
37
38
39
40
41
42
{
"name": "flightzilla",
"description": "flightzilla",
"license": "BSD-3-Clause",
"version": "0.0.1",
"keywords": [
"bugzilla",
"flightzilla"
],
"authors": [
{
"name": "Hans-Peter Buniat",
"email": "[email protected]",
"role": "lead"
}
],
"homepage": "https://github.com/hpbuniat/flightzilla",
"repositories": [
{
"type": "git",
"url": "https://github.com/hpbuniat/flightzilla"
}
],
"dependencies":{
},
"devDependencies": {
"grunt-release": "latest",
"grunt-compare-size": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-copy": "latest",
"grunt-shell": "latest",
"grunt": "~0.4",
"bower": "latest"
},
"engines": {
"node": ">=0.8"
}
}