UNPKG

spritesmith-dir-checker

Version:
31 lines (30 loc) 780 B
{ "name": "spritesmith-dir-checker", "version": "1.0.1", "description": "Check icons in directory & show warnings", "main": "dist/index.js", "scripts": { "postinstall": "npm run build", "build": "babel index.js -d dist", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/CSSSR/spritesmith-dir-checker.git" }, "keywords": [ "csssr", "spritesmith" ], "author": "CSSSR", "license": "MIT", "bugs": { "url": "https://github.com/CSSSR/spritesmith-dir-checker/issues" }, "homepage": "https://github.com/CSSSR/spritesmith-dir-checker", "dependencies": { "babel-cli": "6.3.13", "babel-preset-es2015": "6.3.13", "is-directory": "^0.3.0" } }