ballistic
Version:
Utility-Belt Library for Sass
57 lines (56 loc) • 1.17 kB
JSON
{
"name": "ballistic",
"version": "0.3.1",
"description": "Utility-Belt Library for Sass",
"keywords": [
"bootcamp",
"sass",
"scss",
"underscore",
"bower"
],
"homepage": "https://github.com/thejameskyle/ballistic",
"bugs": "https://github.com/thejameskyle/ballistic/issues",
"author": {
"name": "Tactical",
"url": "https://github.com/thejameskyle"
},
"contributors": [
{
"name": "James Kyle",
"email": "me@thejameskyle.com",
"url": "https://github.com/thejameskyle"
}
],
"main": "",
"repository": {
"type": "git",
"url": "git://github.com/thejameskyle/ballistic.git"
},
"scripts": {
"test": "grunt test"
},
"files": [
"dist/"
],
"bin": {},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-sass": "~0.6.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-init": "~0.2.1",
"bootcamp": "~1.1.0"
},
"peerDependencies": {},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/thejameskyle/ballistic/blob/master/LICENSE.md"
}
]
}