UNPKG

795 BJSONView Raw
1{
2 "name": "gulp-less",
3 "version": "1.3.2",
4 "description": "Less for Gulp",
5 "main": "index.js",
6 "scripts": {
7 "test": "jshint index.js && node_modules/.bin/mocha -R spec"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/plus3network/gulp-less.git"
12 },
13 "keywords": [
14 "gulpplugin",
15 "gulp",
16 "less"
17 ],
18 "author": "Chris Cowan",
19 "license": "MIT",
20 "readmeFilename": "README.md",
21 "gitHead": "507383fe7771a092e8a7bcb23a9bd33c1904ce34",
22 "dependencies": {
23 "gulp-util": "^2.2.14",
24 "less": "^1.7.3",
25 "lodash.defaults": "^2.4.1",
26 "through2": "^0.5.1",
27 "vinyl-sourcemaps-apply": "^0.1.1",
28 "convert-source-map": "^0.4.0"
29 },
30 "devDependencies": {
31 "should": "^3.1.3",
32 "mocha": "^1.16.2",
33 "jshint": "^2.4.1"
34 }
35}