forked from necolas/normalize.css
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 729 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 729 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
{
"name": "normalize-libsass",
"version": "1.0.3",
"description": "A libsass compatible sass port of normalize.css, a collection of HTML element and attribute style-normalizations.",
"devDependencies": {
"grunt": "~0.4",
"grunt-sass": "^0.18.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-scss-lint": "^0.3.4"
},
"style": "_normalize.scss",
"files": [
"LICENSE.md",
"_normalize.scss"
],
"homepage": "https://github.com/krisbulman/normalize-libsass",
"repository": {
"type": "git",
"url": "git://github.com/krisbulman/normalize-libsass.git"
},
"main": "_normalize.scss",
"author": [
"Nicolas Gallagher",
"Kris Bulman"
],
"license": [
"MIT",
"GPLv2"
]
}