-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 869 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 869 Bytes
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
{
"name": "css-grid",
"version": "1.1.0",
"description": "A lightweight CSS grid system that uses the modern \"display: flex;\" property to construct several responsive grid elements. ",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/typicalmike002/css-grid.git"
},
"keywords": [
"flexbox",
"grid",
"responsive",
"framework"
],
"author": "typicalmike002",
"license": "MIT",
"bugs": {
"url": "https://github.com/typicalmike002/css-grid/issues"
},
"homepage": "https://github.com/typicalmike002/css-grid#readme",
"devDependencies": {
"grunt": "0.4.5",
"grunt-autoprefixer": "3.0.4",
"grunt-combine-mq": "0.9.0",
"grunt-contrib-compass": "1.1.1",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"load-grunt-tasks": "3.4.1"
}
}