mirror of
https://github.com/tauri-apps/tauri-inliner.git
synced 2026-02-04 02:31:19 +01:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "inliner",
|
|
"description": "Utility to inline images, CSS and JavaScript for a web page - useful for mobile sites",
|
|
"homepage": "http://github.com/remy/inliner",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"cover": "tap test/*.test.js --cov --coverage-report=lcov",
|
|
"lint": "jscs -v cli/*.js lib/*.js",
|
|
"test": "npm run lint && tap test/*.test.js --cov -R spec",
|
|
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
|
|
},
|
|
"keywords": [
|
|
"mobile",
|
|
"inline",
|
|
"production",
|
|
"build",
|
|
"minify"
|
|
],
|
|
"author": "Remy Sharp",
|
|
"dependencies": {
|
|
"charset": "^1.0.0",
|
|
"cheerio": "^0.19.0",
|
|
"debug": "^2.2.0",
|
|
"es6-promise": "^2.3.0",
|
|
"iconv-lite": "^0.4.11",
|
|
"jschardet": "^1.3.0",
|
|
"lodash.assign": "^3.2.0",
|
|
"lodash.defaults": "^3.1.2",
|
|
"lodash.foreach": "^3.0.3",
|
|
"mime": "^1.3.4",
|
|
"minimist": "^1.1.3",
|
|
"request": "^2.60.0",
|
|
"svgo": "^0.5.6",
|
|
"tap-only": "0.0.5",
|
|
"then-fs": "^2.0.0",
|
|
"uglify-js": "^2.4.24",
|
|
"update-notifier": "^0.5.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/remy/inliner.git"
|
|
},
|
|
"license": "MIT",
|
|
"bin": {
|
|
"inliner": "cli/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"jscs": "^2.0.0",
|
|
"semantic-release": "^4.0.0",
|
|
"st": "^0.5.5",
|
|
"tap": "^5.4.2"
|
|
}
|
|
}
|