forked from gulp-community/gulp-less
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 715 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 715 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
{
"name": "gulp-less",
"version": "3.0.1",
"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": "Chris Cowan",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"accord": "^0.15.1",
"gulp-util": "^3.0.1",
"less": "^2.1.1",
"object-assign": "^2.0.0",
"through2": "^0.6.3",
"vinyl-sourcemaps-apply": "^0.1.4"
},
"devDependencies": {
"should": "^4.4.2",
"mocha": "^2.1.0",
"jshint": "^2.4.1"
}
}