X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=node_modules%2Fgrunt-uncss%2Fpackage.json;fp=node_modules%2Fgrunt-uncss%2Fpackage.json;h=395f5b6989e8e59872dfd3e6d4e46070618c90a6;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/node_modules/grunt-uncss/package.json b/node_modules/grunt-uncss/package.json new file mode 100644 index 000000000..395f5b698 --- /dev/null +++ b/node_modules/grunt-uncss/package.json @@ -0,0 +1,115 @@ +{ + "_args": [ + [ + "grunt-uncss", + "/var/www/yaffs" + ] + ], + "_from": "grunt-uncss@latest", + "_id": "grunt-uncss@0.6.1", + "_inCache": true, + "_installable": true, + "_location": "/grunt-uncss", + "_nodeVersion": "4.4.7", + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/grunt-uncss-0.6.1.tgz_1470037846198_0.5535620716400445" + }, + "_npmUser": { + "email": "xhmikosr@gmail.com", + "name": "xhmikosr" + }, + "_npmVersion": "2.15.8", + "_phantomChildren": {}, + "_requested": { + "name": "grunt-uncss", + "raw": "grunt-uncss", + "rawSpec": "", + "scope": null, + "spec": "latest", + "type": "tag" + }, + "_requiredBy": [ + "#DEV:/" + ], + "_resolved": "https://registry.npmjs.org/grunt-uncss/-/grunt-uncss-0.6.1.tgz", + "_shasum": "d93f1b4fc3f59dd69cec60316019963b0d4841ed", + "_shrinkwrap": null, + "_spec": "grunt-uncss", + "_where": "/var/www/yaffs", + "author": { + "email": "addyosmani@gmail.com", + "name": "Addy Osmani", + "url": "https://addyosmani.com" + }, + "bugs": { + "url": "https://github.com/addyosmani/grunt-uncss/issues" + }, + "dependencies": { + "async": "^2.0.1", + "chalk": "^1.1.0", + "maxmin": "^2.1.0", + "uncss": "^0.14.0" + }, + "description": "A grunt task for generating CSS files containing only those styles used in your project.", + "devDependencies": { + "chai": "^3.5.0", + "grunt": "^1.0.1", + "grunt-contrib-clean": "^1.0.0", + "grunt-contrib-connect": "^1.0.0", + "grunt-contrib-copy": "^1.0.0", + "grunt-contrib-cssmin": "^1.0.0", + "grunt-contrib-jshint": "^1.0.0", + "grunt-contrib-watch": "^1.0.0", + "grunt-processhtml": "^0.4.0", + "grunt-simple-mocha": "^0.4.0", + "load-grunt-tasks": "^3.4.0", + "mocha": "^3.0.0", + "time-grunt": "^1.3.0" + }, + "directories": {}, + "dist": { + "shasum": "d93f1b4fc3f59dd69cec60316019963b0d4841ed", + "tarball": "https://registry.npmjs.org/grunt-uncss/-/grunt-uncss-0.6.1.tgz" + }, + "engines": { + "node": ">=0.12.0" + }, + "files": [ + "CHANGELOG.md", + "LICENSE-MIT", + "tasks" + ], + "gitHead": "02d1cf5228080df0a370a29de8d3f63561fc1fcc", + "homepage": "https://github.com/addyosmani/grunt-uncss", + "keywords": [ + "css", + "gruntplugin", + "uncss" + ], + "license": "MIT", + "maintainers": [ + { + "name": "addyosmani", + "email": "addyosmani@gmail.com" + }, + { + "name": "xhmikosr", + "email": "xhmikosr@gmail.com" + } + ], + "name": "grunt-uncss", + "optionalDependencies": {}, + "peerDependencies": { + "grunt": ">=0.4.0" + }, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+https://github.com/addyosmani/grunt-uncss.git" + }, + "scripts": { + "test": "grunt test" + }, + "version": "0.6.1" +}