forked from nowaym/groundwork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.09 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
44
45
46
47
48
{
"name": "GroundworkCSS",
"version": "2.5.0",
"description": "GroundworkCSS is a fully responsive HTML5, CSS and Javascript toolkit created by @ghepting",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-jade": "~0.5.0",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-compass": "~0.5.0",
"grunt-autoprefixer": "~0.3.0",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-contrib-uglify": "~0.2.4"
},
"repository": {
"type": "git",
"url": "[email protected]:groundworkcss/groundwork.git"
},
"keywords": [
"groundworkcss",
"groundwork",
"groundwork 2",
"responsive",
"adaptive",
"front-end",
"framework",
"toolkit",
"grid",
"fluid",
"fractional",
"css",
"javascript",
"jquery",
"sass",
"scss",
"compass",
"autoprefixer",
"cssmin",
"coffee",
"coffeescript",
"uglify"
],
"author": "Gary Hepting",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "b2919e4dbc6f3aabb67697e004b473e4ebe09a5d"
}