-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.06 KB
/
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
43
{
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-cssjoin": "^0.3.0",
"grunt-newer": "^1.1.0"
},
"name": "Frogsystem2",
"description": "",
"version": "2.0.0-alix7",
"main": "Gruntfile.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/mrgrain/Frogsystem-2.git"
},
"author": [
"Moritz Kornher <[email protected]>"
],
"licenses": [
{
"type": "CC BY-SA 3.0 DE",
"url": "https://creativecommons.org/licenses/by-sa/3.0/de/deed.de"
}
],
"bugs": {
"url": "https://github.com/mrgrain/Frogsystem-2/issues"
},
"homepage": "https://github.com/mrgrain/Frogsystem-2"
}