Blame view

frontend/web/css/node_modules/gulp-less/package.json 1.58 KB
3da83322   Administrator   21.03.16 Versrka
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
  {

    "name": "gulp-less",

    "version": "3.0.3",

    "description": "Less for Gulp",

    "main": "index.js",

    "scripts": {

      "test": "jshint index.js && node_modules/.bin/mocha"

    },

    "repository": {

      "type": "git",

      "url": "git://github.com/plus3network/gulp-less.git"

    },

    "keywords": [

      "gulpplugin",

      "gulp",

      "less"

    ],

    "author": {

      "name": "Chris Cowan"

    },

    "license": "MIT",

    "dependencies": {

      "accord": "^0.15.2",

      "gulp-util": "^3.0.4",

      "less": "^2.4.0",

      "object-assign": "^2.0.0",

      "through2": "^0.6.3",

      "vinyl-sourcemaps-apply": "^0.1.4"

    },

    "devDependencies": {

      "jshint": "^2.4.1",

      "mocha": "^2.1.0",

      "should": "^4.6.5"

    },

    "gitHead": "a8814743092ce246d5d7765d953ac30b7f92570d",

    "bugs": {

      "url": "https://github.com/plus3network/gulp-less/issues"

    },

    "homepage": "https://github.com/plus3network/gulp-less",

    "_id": "gulp-less@3.0.3",

    "_shasum": "15ec6c49dc7a42d7558dc0e95b622d36dfc94e9f",

    "_from": "gulp-less@*",

    "_npmVersion": "1.4.28",

    "_npmUser": {

      "name": "fractal",

      "email": "contact@wearefractal.com"

    },

    "maintainers": [

      {

        "name": "ccowan",

        "email": "chriscowan@plus3network.com"

      },

      {

        "name": "fractal",

        "email": "contact@wearefractal.com"

      }

    ],

    "dist": {

      "shasum": "15ec6c49dc7a42d7558dc0e95b622d36dfc94e9f",

      "tarball": "http://registry.npmjs.org/gulp-less/-/gulp-less-3.0.3.tgz"

    },

    "directories": {},

    "_resolved": "https://registry.npmjs.org/gulp-less/-/gulp-less-3.0.3.tgz"

  }