source: node_modules/slash/package.json@ e48199a

main
Last change on this file since e48199a was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 528 bytes
Line 
1{
2 "name": "slash",
3 "version": "2.0.0",
4 "description": "Convert Windows backslash paths to slash paths",
5 "license": "MIT",
6 "repository": "sindresorhus/slash",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=6"
14 },
15 "scripts": {
16 "test": "xo && ava"
17 },
18 "files": [
19 "index.js"
20 ],
21 "keywords": [
22 "path",
23 "seperator",
24 "sep",
25 "slash",
26 "backslash",
27 "windows",
28 "win"
29 ],
30 "devDependencies": {
31 "ava": "*",
32 "xo": "*"
33 }
34}
Note: See TracBrowser for help on using the repository browser.