-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 981 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
{
"name": "agorilla",
"version": "0.1.0",
"description": "Website of Simon Koch",
"main": "../dist/index.html",
"devDependencies": {
"cwebp": "^1.0.3",
"grunt": "0.4.5",
"grunt-autoprefixer": "^0.8.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-imageoptim": "^1.4.1",
"grunt-imagine": "^0.3.53",
"grunt-responsive-images": "^0.1.4",
"grunt-sass": "0.14.0",
"grunt-shell": "^1.1.1",
"grunt-svgmin": "^0.4.0",
"grunt-webp-compress": "0.0.3",
"load-grunt-tasks": "^0.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:agorilla/agorilla.git"
},
"keywords": [
"None"
],
"author": "Simon Koch",
"license": "MIT",
"bugs": {
"url": "https://github.com/agorilla/agorilla/issues"
},
"homepage": "http://agorilla.de/",
"private": true
}