package.json
907 Bytes
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
{
"name": "gulp-less",
"version": "3.5.0",
"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"
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"gulpplugin",
"gulp",
"less"
],
"author": "Chris Cowan",
"license": "MIT",
"dependencies": {
"accord": "^0.28.0",
"less": "2.6.x || ^2.7.1",
"object-assign": "^4.0.1",
"plugin-error": "^0.1.2",
"replace-ext": "^1.0.0",
"through2": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"devDependencies": {
"jshint": "^2.9.4",
"mocha": "^3.4.2",
"should": "^11.2.0",
"vinyl": "^2.1.0"
},
"_from": "gulp-less@3.5.0",
"_resolved": "http://registry.npm.taobao.org/gulp-less/download/gulp-less-3.5.0.tgz"
}