-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 794 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 794 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
{
"name": "inuit-widths-responsive-generator",
"version": "0.1.3",
"description": "Responsively controlled width classes for the inuitcss framework and the inuit-widths-generator module.",
"homepage": "https://github.com/emagnier/inuitcss.widths-responsive-generator",
"main": "_trumps.widths-responsive-generator.scss",
"repository": {
"type": "git",
"url": "git://github.com/emagnier/inuitcss.widths-responsive-generator.git"
},
"authors": [
"Etienne Magnier <etienne.magnier@gmail.com>"
],
"keywords": [
"inuitcss",
"oocss",
"css",
"rwd"
],
"license": "MIT",
"dependencies": {
"inuit-defaults": "~0.2.1",
"inuit-responsive-settings": "~0.1.2",
"inuit-responsive-tools": "~0.1.1",
"inuit-widths-generator": "~0.3.4"
}
}