-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 992 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
35
36
37
{
"name": "keithsilgard.com",
"version": "4.0.0",
"description": "It's my website you guys.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ironkeith/keithsilgard.com.git"
},
"author": "Keith Silgard <ksilgard@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ironkeith/keithsilgard.com/issues"
},
"devDependencies": {
"connect": "^2.14.4",
"connect-livereload": "^0.4.0",
"gulp": "^3.6.0",
"gulp-autoprefixer": "^0.0.7",
"gulp-livereload": "^1.2.0",
"gulp-load-plugins": "^0.5.0",
"gulp-size": "^0.3.0",
"gulp-less": "~1.3.1",
"coffee-script": "~1.7.1",
"opn": "^0.1.1",
"gulp-coffee": "~2.1.1",
"gulp-util": "~3.0.0",
"gulp-concat": "~2.3.4",
"gulp-filter": "~1.0.0",
"gulp-cache": "~0.2.0",
"gulp-imagemin": "~0.6.2",
"gulp-uglify": "~0.3.1",
"gulp-minify-css": "~0.3.7"
}
}