cheesebread
Version:
A delicious and easy to cook CDN file caching for offline development environments.
55 lines (54 loc) • 1.95 kB
JSON
{
"name": "cheesebread",
"version": "1.4.0",
"description": "A delicious and easy to cook CDN file caching for offline development environments.",
"engines": {
"node": ">=6"
},
"main": "lib.js",
"scripts": {
"start": "node server.js",
"test": "rm -rf coverage && istanbul cover --print none tape tests/**/*.js | faucet && istanbul report text",
"cover": "rm -rf coverage && istanbul cover --print none tape tests/**/*.js | faucet && istanbul report text; open coverage/lcov-report/index.html",
"lint": "eslint *.js tests/*.js",
"build": "docker build -t gartz/cheesebread:$(npm view cheesebread version | cut -d. -f1,2,3)$(git symbolic-ref --short HEAD | awk '{if($1 !=\"master\") print \"-\"$1}') -t gartz/cheesebread:$(npm view cheesebread version | cut -d. -f1,2)$(git symbolic-ref --short HEAD | awk '{if($1 !=\"master\") print \"-\"$1}') -t gartz/cheesebread:$(npm view cheesebread version | cut -d. -f1)$(git symbolic-ref --short HEAD | awk '{if($1 !=\"master\") print \"-\"$1}') -t gartz/cheesebread:latest$(git symbolic-ref --short HEAD | awk '{if($1 !=\"master\") print \"-\"$1}') ."
},
"bin": {
"cheesebread": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gartz/cheesebread.git"
},
"keywords": [
"cdn",
"offline",
"cache",
"web",
"server",
"develpment",
"delicious",
"easy",
"gluten-free",
"palio"
],
"author": "Gabriel Reitz Giannattasio <g@gartz.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gartz/cheesebread/issues"
},
"homepage": "https://github.com/gartz/cheesebread#readme",
"dependencies": {
"command-line-args": "^3.0.5",
"command-line-usage": "^4.0.0",
"express": "^4.14.0",
"node-fetch": "^1.6.3"
},
"devDependencies": {
"eslint": "^3.13.1",
"faucet": "0.0.1",
"fs-extra": "^2.0.0",
"istanbul": "^0.4.5",
"tape": "^4.6.3"
}
}