Skip to content

Commit

Permalink
[dist] Fix maintainers field
Browse files Browse the repository at this point in the history
  • Loading branch information
coderarity committed May 7, 2012
1 parent e5bf2c2 commit d113095
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions package.json
Expand Up @@ -2,22 +2,32 @@
"name": "nexpect", "name": "nexpect",
"description": "Spawns and interacts with child processes using spawn / expect commands", "description": "Spawns and interacts with child processes using spawn / expect commands",
"version": "0.2.4", "version": "0.2.4",
"author": "Elijah Insua <tmpvar@gmail.com>", "author": "Nodejitsu Inc. <info@nodejitsu.com>",
"contributors": [ "maintainers": [
{ "name": "Charlie Robbins", "email": "charlie@nodejitsu.com" }, "indexzero <charlie@nodejitsu.com>",
{ "name": "Marak Squires", "email": "marak@nodejitsu.com" } "AvianFlu <avianflu@nodejitsu.com>"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://github.com/nodejitsu/nexpect.git" "url": "http://github.com/nodejitsu/nexpect.git"
}, },
"keywords": ["nexpect", "spawn", "child process", "terminal"], "keywords": [
"nexpect",
"spawn",
"child process",
"terminal"
],
"devDependencies": { "devDependencies": {
"colors": "0.x.x", "colors": "0.x.x",
"prompt": "0.1.x >=0.1.5", "prompt": "0.1.x >=0.1.5",
"vows": "0.5.x" "vows": "0.5.x"
}, },
"main": "./lib/nexpect", "main": "./lib/nexpect",
"scripts": { "test": "vows --spec" }, "scripts": {
"engines": { "node": ">= 0.2.0" } "test": "vows --spec"
} },
"engines": {
"node": ">= 0.2.0"
}
}

0 comments on commit d113095

Please sign in to comment.