trailpack-core
Version:
Core Trailpack
38 lines (37 loc) • 784 B
JSON
{
"name": "trailpack-core",
"version": "2.0.0",
"description": "Core Trailpack",
"main": "index.js",
"scripts": {
"test": "echo 'No tests. This trailpack is deprecated'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trailsjs/trails.git"
},
"keywords": [
"trails",
"trailsjs",
"trailpack"
],
"author": "Trails.js Team <hello@trailsjs.io>",
"contributors": [
{
"name": "Travis Webb",
"url": "https://github.com/tjwebb"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/trailsjs/trails/issues"
},
"homepage": "https://github.com/trailsjs/trails#readme",
"dependencies": {
"trailpack": "^2"
},
"devDependencies": {},
"eslintConfig": {
"extends": "trails"
}
}