source: trip-planner-front/node_modules/urix/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 469 bytes
Line 
1{
2 "name": "urix",
3 "version": "0.1.0",
4 "author": "Simon Lydell",
5 "license": "MIT",
6 "description": "Makes Windows-style paths more unix and URI friendly.",
7 "main": "index.js",
8 "repository": "lydell/urix",
9 "keywords": [
10 "path",
11 "url",
12 "uri",
13 "unix",
14 "windows",
15 "backslash",
16 "slash"
17 ],
18 "scripts": {
19 "test": "jshint index.js test/ && mocha"
20 },
21 "devDependencies": {
22 "mocha": "^1.17.1",
23 "jshint": "^2.4.4"
24 }
25}
Note: See TracBrowser for help on using the repository browser.