Files
DocumentServer-v-9.2.0/web-apps/build/plugins/grunt-inline/package.json
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

41 lines
864 B
JSON

{
"author": {
"name": "程序猿小卡",
"email": "chyingp@gmail.com",
"url": "https://github.com/chyingp"
},
"name": "grunt-inline",
"description": "Inlines img, script and link tags into the same file.",
"version": "0.3.7",
"keywords": [
"gruntplugin",
"inline",
"js",
"css"
],
"main": "inline",
"repository": {
"type": "git",
"url": "https://github.com/chyingp/grunt-inline.git"
},
"engines": {
"node": ">=0.8.0"
},
"devDependencies": {
"grunt-contrib-nodeunit": "^5.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt": "^1.4.0"
},
"dependencies": {
"uglify-js": "^3.15.1",
"datauri": "^4.1.0",
"clean-css": "^5.2.4"
},
"scripts": {
"test": "grunt test"
},
"_id": "grunt-inline@0.1.0",
"_from": "grunt-inline@~0.1.0"
}