Skip to content

Commit cb838aa

Browse files
committed
Add package.json
1 parent 4779d46 commit cb838aa

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

package.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "simple-css-reset",
3+
"version": "2.0.4",
4+
"description": "A simple, no-nonsense CSS reset stylesheet to use as a Bower dependency.",
5+
"main": "reset.css"
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/mirego/simple-css-reset.git"
9+
},
10+
"keywords": [
11+
"css",
12+
"reset"
13+
],
14+
"author": "Rémi Prévost <rprevost@mirego.com>",
15+
"license": "BSD-3-Clause",
16+
"bugs": {
17+
"url": "https://github.com/mirego/simple-css-reset/issues"
18+
},
19+
"homepage": "https://github.com/mirego/simple-css-reset#readme"
20+
}

0 commit comments

Comments
 (0)