-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.13 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
{
"name": "dan-sullivan.co.uk",
"version": "1.0.0",
"description": "Dan Sullivan's personal website",
"repository": {
"type": "git",
"url": "https://github.com/dan-sullivan/dan-sullivan.co.uk"
},
"bugs": {
"url": "https://github.com/dan-sullivan/dan-sullivan.co.uk/issues"
},
"homepage": "https://dan-sullivan.co.uk",
"author": "Dan Sullivan <[email protected]> (https://dan-sullivan.co.uk/)",
"keywords": [
"skeleton",
"sass",
"scss",
"responsive",
"boilerplate"
],
"license": "MIT",
"devDependencies": {
"connect-livereload": "^0.6.0",
"extract-svg-styles": "^1.2.2",
"grunt": "^1.0.1",
"grunt-browserify": "^5.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-htmlclean": "^2.7.12",
"grunt-notify": "^0.4.5",
"grunt-sass": "^1.2.0",
"grunt-template": "^1.0.0",
"serve-static": "^1.13.1"
},
"dependencies": {
"typed.js": "^2.0.6"
}
}