-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 932 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
{
"name": "harrymt.com",
"version": "4.0.0",
"description": "Harry Mumford-Turner personal site",
"scripts": {
"preinstall": "bundle install",
"start": "bundle exec jekyll serve"
},
"repository": {
"type": "git",
"url": "https://github.com/harrymt/harrymt.github.io.git"
},
"author": "Harry Mumford-Turner",
"license": "ISC",
"bugs": {
"url": "https://github.com/harrymt/harrymt.github.io/issues"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-processhtml": "^0.3.8",
"grunt-shell": "^2.1.0",
"jit-grunt": "^0.10.0",
"node-bourbon": "~1.0.0",
"time-grunt": "^1.4.0"
}
}