UNPKG

node-asset-compress

Version:

A lightweight library to perform integrity tests on your CakePHP asset_compress.ini file!

44 lines (43 loc) 1.03 kB
{ "license": "MIT", "main": "index.js", "version": "1.0.1", "name": "node-asset-compress", "homepage": "https://github.com/Skelware/node-asset-compress", "description": "A lightweight library to perform integrity tests on your CakePHP asset_compress.ini file!", "keywords": [ "node", "asset", "compress", "ini", "cakephp", "skelware" ], "scripts": { "test": "grunt test" }, "author": { "name": "Skelware", "email": "admin@skelware.com" }, "repository": { "type": "git", "url": "https://github.com/Skelware/node-asset-compress" }, "bugs": { "url": "https://github.com/Skelware/node-asset-compress/issues" }, "dependencies": { "node-file-parser": "latest" }, "devDependencies": { "codeclimate-test-reporter": "^0.1.1", "fs-extra": "^0.26.0", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-eslint": "^17.3.1", "grunt-jasmine-node-coverage": "^0.4.1", "load-grunt-tasks": "^3.1.0", "yuidocjs": "^0.9.0" } }