0
0
mirror of https://github.com/tj/n.git synced 2024-11-29 21:56:16 +01:00
n/package.json
Travis Webb 39b8d6a44d modified: package.json
- update package.json constraints, added keywords
2014-06-28 00:26:47 -04:00

15 lines
528 B
JSON

{ "name": "n"
, "description": "node version manager"
, "version": "1.2.8"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "homepage": "https://github.com/visionmedia/n"
, "bugs": "https://github.com/visionmedia/n/issues"
, "keywords": ["node", "binary", "version", "manager", "switcher", "env" ]
, "bin": { "n": "./bin/n" }
, "repository": { "type": "git", "url": "git://github.com/visionmedia/n.git" }
, "preferGlobal": true
, "os": [ "!win32" ]
, "engines": { "node": "*" }
, "license": "MIT"
}