forked from jchristopher/Franklin-Street-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 993 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
{
"name": "frank",
"author": "P.J. Onori",
"version": "0.9.3",
"homepage": "http://somerandomdude.com/work/frank",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-recess": "~0.3.0",
"grunt-contrib-jshint": "~0.5.2",
"grunt-contrib-coffee": "~0.6.5",
"grunt-contrib-imagemin": "~0.1.4",
"grunt-contrib-mincss": "~0.3.2",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-styleguide": "~0.2.1",
"svgo-grunt": "0.0.3",
"grunt-git-contributors": "~0.1.4",
"grunt-coffeelint": "0.0.5",
"grunt-phpcs": "~0.1.1",
"grunt-php": "~0.1.0",
"grunt-csso": "~0.5.0",
"grunt-contrib-sass": "~0.3.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-csscss": "~0.4.0",
"grunt-contrib-compress": "~0.5.0",
"grunt-markdown": "~0.2.0",
"grunt-webp": "~0.0.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-csslint": "~0.1.2",
"matchdep": "~0.1.1"
}
}