{ "name": "css", "version": "2.2.3", "description": "CSS parser / stringifier", "main": "index", "files": [ "index.js", "lib", "Readme.md" ], "dependencies": { "inherits": "^2.0.1", "source-map": "^0.1.38", "source-map-resolve": "^0.5.1", "urix": "^0.1.0" }, "devDependencies": { "mocha": "^1.21.3", "should": "^4.0.4", "matcha": "^0.5.0", "bytes": "^1.0.0" }, "scripts": { "benchmark": "matcha", "test": "mocha --require should --reporter spec --bail test/*.js" }, "author": "TJ Holowaychuk ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/reworkcss/css.git" }, "keywords": [ "css", "parser", "stringifier", "stylesheet" ] }