{ "name": "csscomb-core", "version": "3.0.1", "description": "Framework for writing postprocessors", "dependencies": { "gonzales-pe": "^3.3.6", "minimatch": "0.2.12", "vow": "0.4.4", "vow-fs": "0.3.2" }, "devDependencies": { "babel": "^5.5.3", "jscs": "1.13.x", "jshint": "2.8.x", "mocha": "1.20.x", "unit-coverage": "3.4.x" }, "files": [ "lib" ], "main": "lib/core.js", "maintainers": [ { "name": "Tony Ganch", "email": "tonyganch+github@gmail.com", "web": "http://tonyganch.com/" } ], "license": "MIT", "repository": "https://github.com/csscomb/core", "scripts": { "build": "./scripts/build.sh", "coverage": "./scripts/build.sh && ./scripts/coverage.sh", "test": "./scripts/build.sh && ./scripts/test.sh" } }