| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "css-parse",
- "version": "1.7.0",
- "description": "CSS parser",
- "keywords": [
- "css",
- "parser",
- "stylesheet"
- ],
- "author": "TJ Holowaychuk <tj@vision-media.ca>",
- "license": "MIT",
- "devDependencies": {
- "mocha": "*",
- "should": "*",
- "matcha": "~0.4.0",
- "bytes": "~0.2.1"
- },
- "main": "index",
- "repository": {
- "type": "git",
- "url": "https://github.com/visionmedia/css-parse.git"
- },
- "scripts": {
- "test": "make test"
- },
- "files": [
- "index.js"
- ]
- }
|