psychic-ui
Version:
the working mans css framework
32 lines (31 loc) • 932 B
JSON
{
"name": "psychic-ui",
"version": "0.1.1",
"description": "the working mans css framework",
"main": "index.js",
"scripts": {
"start": "grunt dev",
"gh-pages": "git checkout gh-pages;git pull origin master;git push -f;git checkout master;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabrielcsapo/psychic-ui.git"
},
"author": "Gabriel Csapo <gabecsapo@gmail.com>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/gabrielcsapo/psychic-ui/issues"
},
"homepage": "https://github.com/gabrielcsapo/psychic-ui#readme",
"devDependencies": {
"file-size": "^1.0.0",
"grunt": "^0.4.5",
"grunt-contrib-compress": "^1.2.0",
"grunt-contrib-connect": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-pug": "^1.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-screenshot": "0.1.0"
}
}