UNPKG

atf

Version:

atf (above-the-fold) prints out above-the-fold css for whatever site you want.

47 lines (46 loc) 1.05 kB
{ "name": "atf", "version": "0.0.1", "description": "atf (above-the-fold) prints out above-the-fold css for whatever site you want.", "author": { "name": "Cleber Dantas", "email": "cleberwd@gmail.com", "url": "http://www.cleberdantas.com" }, "repository": "cleberdantas/atf", "license": "MIT", "files": [ "index.js", "cli.js", "criticalCss.js" ], "keywords": [ "above-the-fold-phantomjs", "above-the-fold", "webperf", "critical-path", "critical css" ], "dependencies": { "meow": "^2.0.0", "phantom": "^0.7.2" }, "devDependencies": { "grunt-cli": "^0.1.13", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-nodeunit": "^0.4.1", "grunt-contrib-watch": "^0.6.1", "load-grunt-tasks": "^1.0.0", "time-grunt": "^1.0.0", "grunt-mocha-cli": "^1.11.0", "jshint-stylish": "^1.0.0", "browserify": "^7.0.0" }, "scripts": { "test": "grunt", "browser": "browserify index.js > browser.js" }, "bin": { "atf": "cli.js" } }