bootcamp
Version:
A pure Sass testing framework in the style of Jasmine
64 lines (63 loc) • 1.32 kB
JSON
{
"name": "bootcamp",
"version": "1.1.7",
"description": "A pure Sass testing framework in the style of Jasmine",
"keywords": [
"bootcamp",
"sass",
"scss",
"test",
"jasmine",
"gruntplugin",
"bower"
],
"homepage": "https://github.com/thejameskyle/bootcamp",
"bugs": "https://github.com/thejameskyle/bootcamp/issues",
"author": {
"name": "James Kyle",
"email": "me@thejameskyle.com",
"url": "https://github.com/thejameskyle"
},
"contributors": [
{
"name": "James Kyle",
"email": "me@thejameskyle.com",
"url": "https://github.com/thejameskyle"
}
],
"main": "dist/bootcamp.coffee",
"repository": {
"type": "git",
"url": "git://github.com/thejameskyle/bootcamp.git"
},
"scripts": {
"test": "grunt test"
},
"files": [
"dist/",
"tasks/"
],
"bin": {},
"dependencies": {
"colors": "^0.6.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-sass": "^0.8.0",
"grunt-contrib-watch": "^0.6.1"
},
"peerDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-sass": "^0.8.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/thejameskyle/bootcamp/blob/master/LICENSE.md"
}
]
}