{ "name": "feather", "version": "2.1.0", "author": "Cole Bemis (http://colebemis.com)", "repository": { "type": "git", "url": "https://github.com/colebemis/feather.git" }, "scripts": { "Xstart": "parallelshell 'jekyll serve' 'npm run watch'", "Xwatch": "onchange 'icons/**/*' -v -- npm run build:icons", "build": "npm run build:zip && jekyll build", "build:zip": "./bin/build-zip.sh" }, "license": "MIT", "devDependencies": { "onchange": "^3.2.1", "parallelshell": "^2.0.0", "svgo": "^0.7.2" } }