UNPKG

mdi-spriter

Version:

mdi cli tool to create mdi sprite from a config.json file specifying all the icons a user wants

57 lines (56 loc) 1.87 kB
{ "name": "mdi-spriter", "version": "1.4.1", "description": "mdi cli tool to create mdi sprite from a config.json file specifying all the icons a user wants", "main": "index.js", "bin": { "mdis": "./index.js" }, "directories": { "test": "test" }, "scripts": { "watch": "watchify scripts/index.js -o client/index.browser.js -d -v & stylus -u nib -w stylus/index.styl -o client/styles/index.css", "build": "browserify -t brfs -g uglifyify -d -p [minifyify --map bundle.map.json --output bundle.map.json ] scripts/index.js > ../phdnode.github.io/index.browser.js & stylus -r -u nib < ~/dev/tute/stylus/index.styl | cssmin > ../phdnode.github.io/style.css | cssmin ", "dist": "npm version patch -m \"Bumped to %s\"", "postversion": "git push && git push --tags", "example:js": "browserify -t brfs example/index.js > example/index.browser.js ", "build:example": "npm-run-all example:*", "test": "test", "docuBuild": "docu build --type client --os centos7 --node 6 --dockerfile Dockerfile", "docuRun": "docu run --type client --node 6" }, "repository": { "type": "git", "url": "https://github.com/shotlom/mdi-lookup.git" }, "author": "Sholto Maud", "license": "MIT", "homepage": "", "dependencies": { "file": "^0.2.2", "findit": "^2.0.0", "fs-extra": "^0.30.0", "kgo": "^4.0.3", "material-design-icons": "^2.2.3", "mkdirp": "^0.5.1", "svg-sprite": "^1.3.1", "vinyl": "^1.1.1" }, "devDependencies": { "debug": "^2.2.0", "eslint": "^2.9.0", "eslint-config-google": "^0.5.0", "eslint-config-standard": "^5.2.0", "eslint-plugin-promise": "^1.1.0", "eslint-plugin-standard": "^1.3.2", "tap-spec": "^4.1.1", "tape": "^4.5.1" }, "keywords": [ "Google material design icons", "fastn", "mdi", "sprite" ] }