next-path
Version:
One step closer to your destination.
55 lines (54 loc) • 1.01 kB
JSON
{
"name": "next-path",
"version": "1.0.0",
"description": "One step closer to your destination.",
"homepage": "https://github.com/sholladay/next-path",
"main": "index.js",
"author": {
"name": "Seth Holladay",
"url": "http://seth-holladay.com",
"email": "me@seth-holladay.com"
},
"scripts": {
"test": "xo && ava"
},
"repository": {
"type": "git",
"url": "git@github.com:sholladay/next-path.git"
},
"bugs": {
"url": "https://github.com/sholladay/next-path/issues",
"email": "me@seth-holladay.com"
},
"engines": {
"node": ">=6"
},
"license": "MPL-2.0",
"files": [
"index.js"
],
"devDependencies": {
"ava": "^0.18.1",
"eslint-config-tidy": "^0.4.1",
"xo": "^0.17.1"
},
"keywords": [
"add",
"concat",
"next",
"path",
"paths",
"segment",
"component",
"resolve",
"distance",
"between",
"relative",
"dir",
"directory",
"file"
],
"xo": {
"extend": "tidy"
}
}