forked from nowaym/groundwork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 881 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
{
"name": "GroundworkCSS",
"version": "1.10.0",
"description": "GroundworkCSS is a fully responsive HTML5, CSS and Javascript toolkit created by @ghepting",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-jade": "~0.5.0",
"grunt-contrib-sass": "~0.3.0",
"grunt-contrib-compass": "~0.2.0",
"grunt-contrib-concat": "~0.3.0"
},
"repository": {
"type": "git",
"url": "[email protected]:groundworkcss/groundwork.git"
},
"keywords": [
"groundworkcss",
"groundwork",
"responsive",
"framework",
"grid",
"fluid",
"css",
"sass",
"scss",
"coffeescript",
"javascript",
"jquery"
],
"author": "Gary Hepting",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "b6af665aeb7e035b8280b6827554120d476d3edb"
}