12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "rework",
- "version": "1.0.1",
- "description": "Plugin framework for CSS preprocessing",
- "main": "index",
- "files": [
- "index.js"
- ],
- "dependencies": {
- "css": "^2.0.0",
- "convert-source-map": "^0.3.3"
- },
- "devDependencies": {
- "mocha": "^1.20.1",
- "should": "^4.0.4"
- },
- "scripts": {
- "test": "mocha --require should --reporter spec"
- },
- "keywords": [
- "css",
- "manipulation",
- "preprocess",
- "transform",
- "server"
- ],
- "author": "TJ Holowaychuk <tj@vision-media.ca>",
- "repository": {
- "type": "git",
- "url": "git://github.com/reworkcss/rework.git"
- },
- "license": "MIT"
- }
|