Blame view

frontend/web/css/node_modules/gulp-concat-css/package.json 1.7 KB
8df80521   Alexander Karnovsky   not fixed commite
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
63
64
65
66
67
  {
    "name": "gulp-concat-css",
    "description": "Concatenate css files, rebasing urls and inlining @import",
    "version": "2.2.0",
    "homepage": "https://github.com/mariocasciaro/gulp-concat-css",
    "author": {
      "name": "Mario Casciaro"
    },
    "repository": {
      "type": "git",
      "url": "git://github.com/mariocasciaro/gulp-concat-css"
    },
    "bugs": {
      "url": "https://github.com/mariocasciaro/gulp-concat-css/issues"
    },
    "licenses": [
      {
        "type": "MIT",
        "url": "https://github.com/mariocasciaro/gulp-concat-css/blob/master/LICENSE"
      }
    ],
    "dependencies": {
      "gulp-util": "~3.0.1",
      "lodash.defaults": "^3.0.0",
      "parse-import": "^2.0.0",
      "rework": "~1.0.0",
      "rework-import": "^2.0.0",
      "rework-plugin-url": "^1.0.1",
      "through2": "~1.1.1"
    },
    "devDependencies": {
      "chai": "^1.10.0",
      "mocha": "^2.1.0"
    },
    "scripts": {
      "test": "node_modules/mocha/bin/mocha test/*.js --reporter spec"
    },
    "keywords": [
      "gulpplugin",
      "concat",
      "css",
      "import",
      "merge",
      "inline"
    ],
    "gitHead": "bac037cb5d2a6ddbc1172b65d9929aa7577c0110",
    "_id": "gulp-concat-css@2.2.0",
    "_shasum": "25f28126a9da8a0f583e0897b3fb8425229c5282",
    "_from": "gulp-concat-css@*",
    "_npmVersion": "1.4.28",
    "_npmUser": {
      "name": "mariocasciaro",
      "email": "contact@mariocasciaro.me"
    },
    "maintainers": [
      {
        "name": "mariocasciaro",
        "email": "mariocasciaro@gmail.com"
      }
    ],
    "dist": {
      "shasum": "25f28126a9da8a0f583e0897b3fb8425229c5282",
      "tarball": "http://registry.npmjs.org/gulp-concat-css/-/gulp-concat-css-2.2.0.tgz"
    },
    "directories": {},
    "_resolved": "https://registry.npmjs.org/gulp-concat-css/-/gulp-concat-css-2.2.0.tgz"
  }