We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4779d46 commit cb838aaCopy full SHA for cb838aa
package.json
@@ -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