is-relative-path
Version:
Whether or not a given path is relative
37 lines (36 loc) • 801 B
JSON
{
"name": "is-relative-path",
"version": "2.0.0",
"description": "Whether or not a given path is relative",
"main": "index.js",
"engines": {
"node": ">=0.11.2"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "jscs test index.js && mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/mrjoelkemp/is-relative-path.git"
},
"keywords": [
"relative",
"path"
],
"author": "Joel Kemp <joel@mrjoelkemp.com> (http://www.mrjoelkemp.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrjoelkemp/is-relative-path/issues"
},
"homepage": "https://github.com/mrjoelkemp/is-relative-path",
"devDependencies": {
"jscs": "^2.0.0",
"mocha": "~2.4.5"
},
"jscsConfig": {
"preset": "airbnb"
}
}