0
0
mirror of https://github.com/tj/n.git synced 2024-11-29 21:56:16 +01:00
n/package.json

15 lines
528 B
JSON
Raw Normal View History

2011-01-05 15:55:44 +01:00
{ "name": "n"
, "description": "node version manager"
, "version": "1.2.8"
2011-01-05 14:50:12 +01:00
, "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" ]
2011-01-05 15:55:44 +01:00
, "bin": { "n": "./bin/n" }
, "repository": { "type": "git", "url": "git://github.com/visionmedia/n.git" }
, "preferGlobal": true
, "os": [ "!win32" ]
2011-01-05 15:55:44 +01:00
, "engines": { "node": "*" }
2013-07-10 18:22:14 +02:00
, "license": "MIT"
}