a-pollo
Version:
The visual CSS style guide for teams
108 lines (107 loc) • 3.15 kB
JSON
{
"name": "a-pollo",
"version": "2.0.4",
"description": "The visual CSS style guide for teams",
"bin": "./bin/a-pollo",
"main": "index.js",
"dependencies": {
"absorb": "^1.0.1",
"ansi-escape-sequences": "^3.0.0",
"assert": "^1.4.1",
"async": "^2.1.4",
"chalk": "^1.1.3",
"chance": "^1.0.4",
"clipboard": "^1.6.0",
"color": "^1.0.3",
"color-namer": "^1.1.0",
"command-line-args": "^3.0.4",
"command-line-usage": "^3.0.8",
"defaults": "^1.0.3",
"font-awesome": "^4.7.0",
"glob": "^5.0.15",
"highlightjs": "^9.8.0",
"html-minifier": "^3.2.3",
"http": "0.0.0",
"image-size": "^0.5.3",
"imageinfo": "^1.0.4",
"is": "^3.2.0",
"jquery": "^3.1.1",
"js-beautify": "^1.5.10",
"js-cookie": "^2.1.3",
"js-yaml": "^3.5.5",
"jsdom": "^9.9.1",
"json2yaml": "^1.1.0",
"jsonfile": "^2.2.3",
"marked": "^0.3.6",
"metalsmith": "^2.3.0",
"metalsmith-beautify": "^0.1.0",
"metalsmith-collections": "^0.9.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-twig": "^1.0.4",
"moment": "^2.17.1",
"multi-glob": "^1.0.1",
"ncp": "^2.0.0",
"node-static": "^0.7.8",
"path": "^0.12.7",
"pretty-bytes": "^4.0.2",
"prismjs": "^1.6.0",
"prompt": "^0.2.14",
"random-js": "^1.0.8",
"rimraf": "^2.5.4",
"shelljs": "^0.5.3",
"slugify": "^1.0.2",
"strip-indent": "^2.0.0",
"timeago.js": "^2.0.5"
},
"devDependencies": {
"bower": "^1.6.5",
"dustman": "^1.11.55",
"frontsize": "git+https://github.com/ideatosrl/frontsize.git#90d83d1",
"matchdep": "^1.0.0",
"prettyjson": "^1.2.1",
"standard": "^8.6.0",
"strip-ansi": "^3.0.1",
"tap": "^8.0.1"
},
"engines": {
"node": ">=6.9.2",
"npm": ">=3.10.9"
},
"standard": {
"globals": [
"$",
"Clipboard",
"Cookies"
]
},
"scripts": {
"build": "cd ./test/samples && node a-pollo-no-config.js",
"buildLoad": "cd ./test/samples && node a-pollo-config-load.js && mkdir -p build/a-pollo/ || true && cp -r ../../theme/dist/a-pollo/* build/a-pollo/",
"frontend": "rm -rf ./test/samples/build/a-pollo && ./node_modules/.bin/gulp --config dustman.yml -S",
"init": "cp ./node_modules/dustman/gulpfile.js gulpfile.js && cp -R ./node_modules/frontsize ./test/samples/sass/frontsize",
"test": "tap test/tap/*.js",
"update": "rm -R ./node_modules/frontsize && npm update frontsize && mkdir -p ./test/samples/sass/frontsize && cp -R ./node_modules/frontsize/* ./test/samples/sass/frontsize"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitto/a-pollo.git"
},
"keywords": [
"style",
"guide",
"css",
"team",
"design",
"styleguide",
"style",
"guide"
],
"author": "Vittorio Vittori <me@vittoriovittori.com> (http://vit.to)",
"contributors": "Pietro Campagnano <fain182@gmail.com> (https://twitter.com/fain182)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vitto/a-pollo/issues"
},
"homepage": "https://github.com/vitto/a-pollo"
}