UNPKG

438 BJSONView Raw
1{
2 "name": "netrc",
3 "version": "0.1.4",
4 "description": "Parse netrc files",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/CamShaft/netrc.git"
12 },
13 "keywords": [
14 "netrc"
15 ],
16 "author": "Cameron Bytheway <cameron@nujii.com>",
17 "license": "MIT",
18 "dependencies": {},
19 "devDependencies": {
20 "should": "~1.2.2",
21 "mocha": "~1.9.0"
22 }
23}