forked from vcampitelli/node-github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 699 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name" : "github",
"version" : "0.0.7",
"description" : "Wrapper for the GitHub API",
"author": "Fabian Jakobs <[email protected]>",
"homepage": "http://github.com/ajaxorg/node-github",
"repository" : {
"type" : "git",
"url" : "http://github.com/ajaxorg/node-github.git"
},
"engine" : {
"node": "0.4.x"
},
"devDependencies": {
"asyncjs": ">=0.0.x",
"oauth": ">=0.8.x"
},
"main" : "./lib/github",
"scripts": {
"test": "node ./lib/github_all_tests.js"
},
"licenses": [{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"}
]
}