node/deps/npm/node_modules/editor/package.json

59 lines
1.3 KiB
JSON
Raw Normal View History

2013-05-15 05:37:59 +08:00
{
"name": "editor",
2014-08-01 00:05:30 +08:00
"version": "0.1.0",
2013-05-15 05:37:59 +08:00
"description": "launch $EDITOR in your program",
"main": "index.js",
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {},
"devDependencies": {
2013-10-25 00:21:59 +08:00
"tap": "~0.4.4"
2013-05-15 05:37:59 +08:00
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/node-editor.git"
},
"homepage": "https://github.com/substack/node-editor",
"keywords": [
"text",
"edit",
"shell"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT",
"engine": {
"node": ">=0.6"
},
"bugs": {
"url": "https://github.com/substack/node-editor/issues"
},
2014-08-01 00:05:30 +08:00
"_id": "editor@0.1.0",
"dist": {
"shasum": "542f4662c6a8c88e862fc11945e204e51981b9a1",
"tarball": "http://registry.npmjs.org/editor/-/editor-0.1.0.tgz"
},
"_from": "editor@latest",
"_npmVersion": "1.3.21",
"_npmUser": {
"name": "substack",
"email": "mail@substack.net"
},
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"_shasum": "542f4662c6a8c88e862fc11945e204e51981b9a1",
"_resolved": "https://registry.npmjs.org/editor/-/editor-0.1.0.tgz"
2013-05-15 05:37:59 +08:00
}