hapi-pipeline
Version:
Hapi asset pipeline
37 lines (36 loc) • 912 B
JSON
{
"name": "hapi-pipeline",
"version": "0.1.0",
"description": "Hapi asset pipeline",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/firstandthird/hapi-pipeline.git"
},
"keywords": [
"hapi",
"assets",
"pipeline"
],
"author": "Greg Allen <code@firstandthird.com> (http://firstandthird.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/firstandthird/hapi-pipeline/issues"
},
"homepage": "https://github.com/firstandthird/hapi-pipeline#readme",
"dependencies": {
"async": "^1.4.2",
"ft-pipeline": "0.1.0",
"inert": "^3.0.1",
"lodash": "^3.10.1"
},
"devDependencies": {
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-config-firstandthird": "^1.6.0",
"eslint-plugin-react": "^4.2.3"
}
}