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

package.json - github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9bb299df2a420d179f91f3b9af31f60198ad75b6 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "name": "mq4-hover-shim",
  "version": "0.3.0",
  "description": "A shim for the Media Queries Level 4 `hover` @media feature",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/twbs/mq4-hover-shim.git"
  },
  "keywords": [
    "media",
    "query",
    "queries",
    "feature",
    "features",
    "MQ4",
    "css",
    "shim",
    "polyfill",
    "hover"
  ],
  "author": {
    "name": "Chris Rebert",
    "email": "code@rebertia.com",
    "url": "http://chrisrebert.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/twbs/mq4-hover-shim/issues"
  },
  "homepage": "https://github.com/twbs/mq4-hover-shim",
  "dependencies": {
    "css-mq-parser": "^0.0.3",
    "postcss": "^5.0.8"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-babel": "^5.0.0",
    "grunt-browserify": "^4.0.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-nodeunit": "^0.4.1",
    "grunt-eslint": "^17.2.0",
    "grunt-jscs": "^1.5.0",
    "jscs-jsdoc": "^0.4.0",
    "load-grunt-tasks": "^3.0.0",
    "time-grunt": "^1.0.0"
  },
  "main": "src/nodejs/index.js",
  "files": [
    "dist",
    "src",
    "LICENSE.txt"
  ],
  "jspm": {
    "dependencies": {
      "jquery": ">=1.11.2"
    },
    "main": "dist/cjs/mq4-hover-shim"
  }
}