You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
730 B
30 lines
730 B
{ |
|
"name": "normalize-selector", |
|
"version": "0.2.0", |
|
"description": "Normalize CSS Selectors", |
|
"main": "./lib/normalize-selector.js", |
|
"scripts": { |
|
"test": "node ./test/mocha/node-suite.js" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/getify/normalize-selector.git" |
|
}, |
|
"keywords": [ |
|
"CSS" |
|
], |
|
"bugs": { |
|
"url": "https://github.com/getify/normalize-selector/issues", |
|
"email": "getify@gmail.com" |
|
}, |
|
"homepage": "http://github.com/getify/normalize-selector", |
|
"author": "Kyle Simpson <getify@gmail.com>", |
|
"contributors": [ |
|
"David Kaye (https://github.com/dfkaye)" |
|
], |
|
"license": "MIT", |
|
"devDependencies": { |
|
"assertik": "^1.0.0", |
|
"mocha": "^2.2.5" |
|
} |
|
}
|
|
|