-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.11 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
{
"name": "my-hpstr-lanyon",
"author": "Michael Rose <[email protected]>",
"homepage": "http://kc14.github.io/pages/",
"repository": {
"type": "git",
"url": "git://github.com/kc14/pages.git"
},
"description": "Neo-Lanyon based on Lanyon and Lanyon is an unassuming [Jekyll](http://jekyllrb.com) theme that places content first by tucking away navigation in a hidden drawer. It's based on [Poole](http://getpoole.com), the Jekyll butler.",
"version": "1.0.0",
"main": "gruntfile.js",
"dependencies": {
"grunt-contrib-jshint": "^0.12.0",
"grunt": "^0.4.5"
},
"bugs": {
"url": "https://github.com/mmistakes/hpstr-jekyll-theme/issues"
},
"engines": {
"node": ">=4.2.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-build-control": "~0.6.1",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-imagemin": "~1.0.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-svgmin": "~3.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}