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

package.json - github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e3698bc638c52a7c49dbbe4cf9ac7428e327810 (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
{
  "name": "grunt-css-flip",
  "description": "Grunt plugin for Twitter's css-flip",
  "version": "0.2.1",
  "homepage": "https://github.com/twbs/grunt-css-flip",
  "author": "Chris Rebert <code@rebertia.com> (http://chrisrebert.com)",
  "repository": {
    "type": "git",
    "url": "https://github.com/twbs/grunt-css-flip.git"
  },
  "bugs": {
    "url": "https://github.com/twbs/grunt-css-flip/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/twbs/grunt-css-flip/blob/master/LICENSE"
    }
  ],
  "files": [
    "tasks",
    "LICENSE"
  ],
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "css-flip": "~0.3.0"
  },
  "devDependencies": {
    "grunt": "~0.4.3",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-jshint": "~0.9.2",
    "grunt-contrib-nodeunit": "~0.3.3",
    "grunt-jscs-checker": "~0.4.0",
    "load-grunt-tasks": "~0.4.0"
  },
  "peerDependencies": {
    "grunt": "~0.4.3"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "keywords": [
    "gruntplugin",
    "grunt",
    "css",
    "flip",
    "bidi",
    "rtl"
  ]
}