Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMottie <wowmotty@gmail.com>2015-09-29 06:34:50 +0300
committerMottie <wowmotty@gmail.com>2015-09-29 06:34:50 +0300
commitf00f46471ce7c0a1c566a3773a09341268b03d9b (patch)
tree92f442bef12c0c86de60038a341a140ffbfb490f /package.json
parent09780adc248988808678eadaa5b33590c19e2493 (diff)
Add Chrome & Opera extensionsv4.0.1
Diffstat (limited to 'package.json')
-rw-r--r--package.json49
1 files changed, 17 insertions, 32 deletions
diff --git a/package.json b/package.json
index 41cd8aa..410bda7 100644
--- a/package.json
+++ b/package.json
@@ -1,43 +1,28 @@
{
- "name": "printliminator",
- "title": "Printliminator",
- "version": "3.1.2",
- "description": "The Printliminator is a bookmarklet with some simple tools you can use to makes websites print better. One click to activate, and then click to remove elements from the page, remove graphics, and apply better print styling.",
- "author": {
- "name": "Chris Coyier",
- "url": "http://chriscoyier.net/"
- },
- "contributors": [
- {
- "name": "Dave Govett",
- "url": "http://devongovett.wordpress.com/"
- },
- {
- "name": "Rob Garrison",
- "url": "https://github.com/Mottie",
- "email": "wowmotty@gmail.com"
- }
- ],
- "license": "GPL-3.0",
- "homepage": "https://css-tricks.com/examples/ThePrintliminator/",
- "bugs": "https://github.com/CSS-Tricks/The-Printliminator/issues",
- "docs": "https://github.com/CSS-Tricks/The-Printliminator/wiki",
- "demo": "https://css-tricks.github.io/The-Printliminator",
- "dependencies": {},
- "keywords": [
- "print",
- ""
- ],
- "main": "printliminator.js",
+ "name": "Printliminator",
+ "version": "4.0.1",
+ "description": "Printliminator is a simple tool you can use to make websites print better. One click to activate, and then click to remove elements from the page, remove graphics, and apply better print styling.",
"repository": {
"type": "git",
- "url": "git://github.com/CSS-Tricks/The-Printliminator.git"
+ "url": "https://github.com/CSS-Tricks/The-Printliminator"
+ },
+ "author": "Chris Coyier",
+ "license": "GPL-3.0",
+ "bugs": {
+ "url": "https://github.com/CSS-Tricks/The-Printliminator/issues"
},
+ "homepage": "https://github.com/CSS-Tricks/The-Printliminator",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "^0.6.0",
+ "grunt-contrib-compress": "^0.13.0",
+ "grunt-contrib-copy": "^0.7.0",
+ "grunt-contrib-jasmine": "^0.9.1",
"grunt-contrib-jshint": "^0.11.2",
- "grunt-contrib-uglify": "^0.7.0"
+ "grunt-contrib-sass": "^0.9.2",
+ "grunt-contrib-uglify": "^0.7.0",
+ "grunt-crx": "^1.0.3",
+ "grunt-preprocess": "^5.0.1"
}
}