-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 996 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": "stromydomyzlana-cz",
"version": "1.0.0",
"description": "Výškové práce a arboristika Miroslav Hrnčíř, webová prezentace",
"main": "index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dominikfiala/stromydomyzlana-cz.git"
},
"author": "Dominik Fiala <domo.fiala@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dominikfiala/stromydomyzlana-cz/issues"
},
"homepage": "https://github.com/dominikfiala/stromydomyzlana-cz",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-favicons": "^0.7.0",
"grunt-newer": "^1.1.1",
"less": "^2.5.3",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"livereload-js": "^2.2.2",
"load-grunt-tasks": "^3.4.0",
"normalize.css": "^3.0.3",
"time-grunt": "^1.3.0"
}
}