wishthis/node_modules/urix/package.json

26 lines
469 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "urix",
"version": "0.1.0",
"author": "Simon Lydell",
"license": "MIT",
2022-01-21 08:28:41 +00:00
"description": "Makes Windows-style paths more unix and URI friendly.",
2022-04-08 10:55:35 +00:00
"main": "index.js",
"repository": "lydell/urix",
2022-01-21 08:28:41 +00:00
"keywords": [
"path",
"url",
"uri",
"unix",
"windows",
"backslash",
"slash"
],
"scripts": {
"test": "jshint index.js test/ && mocha"
},
2022-04-08 10:55:35 +00:00
"devDependencies": {
"mocha": "^1.17.1",
"jshint": "^2.4.4"
}
2022-01-21 08:28:41 +00:00
}