-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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
44
45
46
{
"name": "hugo-start",
"description": "Simple hugo backbone using bower, LESS & grunt",
"version": "0.1.0",
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-semver": "^0.1.7",
"grunt-wiredep": "^3.0.1",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"load-grunt-tasks": "^3.5.2"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/florenthobein/hugo-start.git"
},
"keywords": [
"hugo",
"grunt",
"less",
"bower",
"boilerplate"
],
"author": {
"name": "Florent Hobein",
"email": "florent@hobein.fr"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/florenthobein/hugo-start/issues"
},
"homepage": "https://github.com/florenthobein/hugo-start#readme"
}