postcss-url
Version:
PostCSS plugin to rebase or inline on url().
44 lines (43 loc) • 895 B
JSON
{
"name": "postcss-url",
"version": "1.2.0",
"description": "PostCSS plugin to rebase or inline on url().",
"keywords": [
"css",
"postcss",
"postcss-plugins",
"url",
"rebase",
"inline",
"base64",
"assets"
],
"author": "Maxime Thirouin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/postcss/postcss-url.git"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"index.js"
],
"dependencies": {
"js-base64": "^2.1.5",
"mime": "^1.2.11",
"reduce-function-call": "^1.0.1"
},
"devDependencies": {
"jscs": "^1.6.2",
"jshint": "^2.5.6",
"postcss": "^3.0.0",
"postcss-import": "^2.0.0",
"tape": "^3.0.0"
},
"scripts": {
"jscs": "jscs *.js **/*.js",
"jshint": "jshint . --exclude-path .gitignore",
"test": "npm run jscs && npm run jshint && tape test"
}
}