-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 737 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 737 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": "less-grid-system",
"description": "Super-easy to use, markup-independent LESS grid system.",
"version": "0.0.1",
"keywords": [
"css",
"less",
"responsive",
"grid",
"system",
"front-end",
"framework",
"web"
],
"homepage": "http://goodpixels.co.uk/less-grid-system",
"author": "John Przeslakowski",
"repository": {
"type": "git",
"url": "https://github.com/goodpixels/less-grid-system.git"
},
"license": {
"type": "MIT",
"url": "https://github.com/goodpixels/less-grid-system/blob/master/LICENSE"
},
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1"
}
}