-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1 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
{
"name": "FRWD",
"author": "Curtis Jurgensen",
"version": "3.0.2",
"description": "A responsive, proportional, nestable, customizable, and mobile-first approach.",
"homepage": "https://frwd.netlify.app/",
"repository": {
"type": "git",
"url": "https://github.com/curtisj44/FRWD.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.*",
"grunt-autoprefixer": "~2.2.*",
"grunt-bump": "~0.3.*",
"grunt-combine-media-queries": "~1.0.*",
"grunt-concurrent": "~1.0.*",
"grunt-contrib-clean": "~0.6.*",
"grunt-contrib-copy": "~0.8.*",
"grunt-contrib-concat": "~0.5.*",
"grunt-contrib-connect": "~0.9.*",
"grunt-contrib-cssmin": "~0.12.*",
"grunt-contrib-htmlmin": "~0.4.*",
"grunt-contrib-imagemin": "~0.9.*",
"grunt-contrib-uglify": "~0.8.*",
"grunt-contrib-watch": "~0.6.*",
"grunt-kss": "~0.4.*",
"grunt-sass": "~0.18.*",
"load-grunt-tasks": "~3.1.*",
"time-grunt": "~1.1.*"
},
"engines": {
"node": ">=0.8.0"
}
}