pacco
Version:
A bundler for modular and extensible web projects.
103 lines (102 loc) • 2.71 kB
JSON
{
"name": "pacco",
"description": "A bundler for modular and extensible web projects.",
"version": "2.1.18",
"bin": "bin/index.js",
"keywords": [
"bundler",
"modular",
"extensible",
"web",
"projects",
"js",
"scss",
"gulp"
],
"bugs": {
"url": "https://github.com/svelto/pacco/issues"
},
"license": "MIT",
"author": {
"name": "Fabio Spampinato",
"email": "spampinabio@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/svelto/pacco.git"
},
"scripts": {
"clean": "rimraf .temp",
"test": "node test/index.js",
"prepublishOnly": "npm run test"
},
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"async-done": "^1.3.2",
"babel-plugin-lodash-template-compile": "^1.0.0",
"caniuse-db": "^1.0.30001226",
"caniuse-lite": "^1.0.30001228",
"caporal": "git://github.com/fabiospampinato/Caporal.js#cf0f5eeefb2e04cc07798bf4a45d6bda5e2a2f63",
"core-js": "^2.6.0",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"execa": "^1.0.0",
"fancy-log": "^1.3.3",
"find-up": "^3.0.0",
"find-up-json": "^1.0.0",
"google-closure-compiler": "^20220202.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-babili": "^0.1.4",
"gulp-bytediff": "^1.0.0",
"gulp-flatten": "^0.4.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "git://github.com/fabiospampinato/gulp-if#17413d9bacd6c7891d93894b0b4a76c4df5177d6",
"gulp-imagemin": "^4.1.0",
"gulp-jsonminify": "^1.1.0",
"gulp-markdown": "^3.0.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.0.0",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"is-base64": "^0.1.0",
"lodash": "^4.17.11",
"micromatch": "^3.1.10",
"mkdirp": "^0.5.1",
"node-notifier": "^5.4.0",
"node-sass": "^6.0.1",
"nodejs-fs-utils": "^1.1.2",
"open": "0.0.5",
"pify": "^4.0.1",
"plugin-error": "^1.0.1",
"pretty-bytes": "^5.2.0",
"pretty-time": "^1.1.0",
"sass": "^1.43.4",
"sha1": "^1.1.1",
"specialist": "^0.3.0",
"string-matches": "^1.1.3",
"strip-ansi": "^5.2.0",
"temp": "^0.9.0",
"through2": "^2.0.5",
"typescript": "^3.5.2",
"uglify-js": "^3.6.0",
"vinyl": "^2.2.0",
"webpack-node-externals": "^1.7.2",
"webpack-stream": "^5.2.1",
"yargs": "^6.0.0"
},
"devDependencies": {
"hard-rejection": "^1.0.0",
"rimraf": "^2.6.3",
"test-diff": "^1.0.0",
"yoctodelay": "^1.1.0"
},
"optionalDependencies": {
"fsevents": "^1.2.4"
}
}