mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
86 lines
2.1 KiB
JSON
86 lines
2.1 KiB
JSON
{
|
|
"name": "gulp-less",
|
|
"version": "4.0.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": {
|
|
"name": "Chris Cowan"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accord": "^0.29.0",
|
|
"less": "2.6.x || ^3.0.0",
|
|
"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"
|
|
},
|
|
"gitHead": "7d9df97ed34469e1c96cd0c7d76afad7e8d818a4",
|
|
"bugs": {
|
|
"url": "https://github.com/plus3network/gulp-less/issues"
|
|
},
|
|
"homepage": "https://github.com/plus3network/gulp-less#readme",
|
|
"_id": "gulp-less@4.0.0",
|
|
"_npmVersion": "5.5.1",
|
|
"_nodeVersion": "8.9.1",
|
|
"_npmUser": {
|
|
"name": "stevelacy",
|
|
"email": "me@slacy.me"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-cHSgNy6TEGpjuGkjBEhWBtt//YPxtw/Og4VQUlJ2w5izQOk1S+m1v98c4bAYsG79M944mv5x/Ct84RWiF8UvCw==",
|
|
"shasum": "3c49deb96bdca913e436921ef792fb4c24296fcd",
|
|
"tarball": "https://registry.npmjs.org/gulp-less/-/gulp-less-4.0.0.tgz",
|
|
"fileCount": 4,
|
|
"unpackedSize": 7884
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"email": "chris@chriscowan.us",
|
|
"name": "ccowan"
|
|
},
|
|
{
|
|
"email": "yo@contra.io",
|
|
"name": "contra"
|
|
},
|
|
{
|
|
"email": "contact@wearefractal.com",
|
|
"name": "fractal"
|
|
},
|
|
{
|
|
"email": "me@slacy.me",
|
|
"name": "stevelacy"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/gulp-less_4.0.0_1519411700261_0.3519260688386159"
|
|
},
|
|
"_shasum": "3c49deb96bdca913e436921ef792fb4c24296fcd",
|
|
"_resolved": "https://registry.npmjs.org/gulp-less/-/gulp-less-4.0.0.tgz",
|
|
"_from": "gulp-less@*"
|
|
}
|