package.json
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 }