We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a153bba + 2018d99 commit d6d11fbCopy full SHA for d6d11fb
package.json
@@ -2,12 +2,20 @@
2
"name": "css-parse",
3
"version": "1.5.2",
4
"description": "CSS parser",
5
- "keywords": ["css", "parser", "stylesheet"],
+ "keywords": [
6
+ "css",
7
+ "parser",
8
+ "stylesheet"
9
+ ],
10
"author": "TJ Holowaychuk <tj@vision-media.ca>",
11
"license": "MIT",
12
"devDependencies": {
13
"mocha": "*",
14
"should": "*"
15
},
- "main": "index"
16
+ "main": "index",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/visionmedia/css-parse.git"
20
+ }
21
}
0 commit comments