diff options
Diffstat (limited to 'node_modules/css-parse/package.json')
| -rw-r--r-- | node_modules/css-parse/package.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/node_modules/css-parse/package.json b/node_modules/css-parse/package.json new file mode 100644 index 00000000..3acca2f8 --- /dev/null +++ b/node_modules/css-parse/package.json @@ -0,0 +1,29 @@ +{ + "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" + ] +} |
