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

package.json - github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41cd8aa4ba8e5f2d861de81bb43d183ffff003e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "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",
  "repository": {
    "type": "git",
    "url": "git://github.com/CSS-Tricks/The-Printliminator.git"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-cli": "~0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-uglify": "^0.7.0"
  }
}