-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
35 lines (35 loc) · 867 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
{
"name": "modularized-normalize-scss",
"description": "Modularized and Sassy Normalize.css.",
"version": "4.0.0",
"author": "Kyo Nagashima <[email protected]> (https://kyonagashima.com/)",
"bugs": {
"url": "https://github.com/hail2u/normalize.scss/issues"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-sass": "^0.8.1",
"request": "^2.45.0"
},
"homepage": "https://github.com/hail2u/normalize.scss",
"keywords": [
"css",
"normalize",
"partial",
"sass",
"scss"
],
"license": "MIT",
"main": "_normalize.scss",
"repository": {
"type": "git",
"url": "https://github.com/hail2u/normalize.scss.git"
},
"scripts": {
"test": "grunt test"
}
}