microflo-core
Version:
Core components for MicroFlo
36 lines (35 loc) • 750 B
JSON
{
"name": "microflo-core",
"version": "0.6.2",
"description": "Core components for MicroFlo",
"keywords": [
"microflo",
"fbp"
],
"author": "Jon Nordby <jononor@gmail.com> (http://www.jonnor.com)",
"repository": {
"type": "git",
"url": "http://github.com/microflo/microflo-core.git"
},
"bugs": "http://github.com/microflo/microflo-core/issues",
"homepage": "http://microflo.org",
"license": "MIT",
"files": [
"components",
"spec"
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"fbp-spec": "^0.5.2",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-exec": "^3.0.0",
"microflo": "^0.6.0"
}
}