blob: 32183fb03cb84d6b4f3e434af89284be960050da [file] [log] [blame]
{
"author": "Kyle Simpson <getify@gmail.com>",
"bugs": {
"email": "getify@gmail.com",
"url": "https://github.com/getify/normalize-selector/issues"
},
"contributors": [
"David Kaye (https://github.com/dfkaye)"
],
"description": "Normalize CSS Selectors",
"devDependencies": {
"assertik": "^1.0.0",
"mocha": "^2.2.5"
},
"homepage": "http://github.com/getify/normalize-selector",
"keywords": [
"CSS"
],
"license": "MIT",
"main": "./lib/normalize-selector.js",
"name": "normalize-selector",
"repository": {
"type": "git",
"url": "git://github.com/getify/normalize-selector.git"
},
"scripts": {
"test": "node ./test/mocha/node-suite.js"
},
"version": "0.2.0"
}