-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.51 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.51 KB
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
47
48
49
50
{
"name": "davidensinger.com",
"version": "2.0.0",
"description": "David Ensinger is a Front End Developer from Columbus, OH",
"author": "David Ensinger <hello@davidensinger.com>",
"repository": {
"type": "git",
"url": "https://github.com/davidensinger/davidensinger.github.io.git"
},
"bugs": {
"url": "https://github.com/davidensinger/davidensinger.github.io/issues"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "6.3.6",
"grunt": "1.0.1",
"grunt-browser-sync": "2.2.0",
"grunt-build-control": "0.7.0",
"grunt-concurrent": "2.3.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-htmlmin": "1.4.0",
"grunt-contrib-imagemin": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-csscomb": "3.1.0",
"grunt-filerev": "2.3.1",
"grunt-jekyll": "0.4.4",
"grunt-newer": "1.2.0",
"grunt-pagespeed": "2.0.0",
"grunt-penthouse": "0.3.0",
"grunt-phantomas": "0.13.0",
"grunt-postcss": "0.8.0",
"grunt-responsive-images": "0.1.7",
"grunt-responsive-images-extender": "2.0.0",
"grunt-sass": "1.2.0",
"grunt-scss-lint": "0.3.8",
"grunt-svgmin": "3.2.0",
"grunt-usemin": "3.1.1",
"grunt-xmlmin": "0.1.7",
"jshint-stylish": "2.2.0",
"load-grunt-tasks": "3.5.0",
"time-grunt": "1.3.0"
},
"private": true,
"license": "MIT"
}