39 lines
745 B
JSON
39 lines
745 B
JSON
{
|
|
"name": "uri-path",
|
|
"version": "1.0.0",
|
|
"description": "Convert relative file system paths into safe URI paths",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/UltCombo/uri-path.git"
|
|
},
|
|
"keywords": [
|
|
"uri",
|
|
"url",
|
|
"relative",
|
|
"file system",
|
|
"fs",
|
|
"path",
|
|
"convert"
|
|
],
|
|
"author": {
|
|
"name": "Ult Combo",
|
|
"email": "ultcombo@gmail.com"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"license": "WTFPL OR MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/UltCombo/uri-path/issues"
|
|
},
|
|
"homepage": "https://github.com/UltCombo/uri-path",
|
|
"devDependencies": {
|
|
"mocha": "^2.3.3",
|
|
"should": "^7.1.1"
|
|
}
|
|
}
|