| { | |
| "author": { | |
| "email": "sindresorhus@gmail.com", | |
| "name": "Sindre Sorhus", | |
| "url": "http://sindresorhus.com" | |
| }, | |
| "description": "Convert Windows backslash paths to slash paths", | |
| "devDependencies": { | |
| "mocha": "*" | |
| }, | |
| "engines": { | |
| "node": ">=0.10.0" | |
| }, | |
| "files": [ | |
| "index.js" | |
| ], | |
| "keywords": [ | |
| "path", | |
| "seperator", | |
| "sep", | |
| "slash", | |
| "backslash", | |
| "windows", | |
| "win" | |
| ], | |
| "license": "MIT", | |
| "name": "slash", | |
| "repository": "sindresorhus/slash", | |
| "scripts": { | |
| "test": "mocha" | |
| }, | |
| "version": "1.0.0" | |
| } |