forked from octokit/octokit.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.13 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.13 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "github-js",
"version": "0.1.0",
"description": "NodeJS wrapper for the GitHub API",
"author": "Jörg Weber",
"contributors": [
{
"name": "Mike de Boer",
"email": "info@mikedeboer.nl"
},
{
"name": "Fabian Jakobs",
"email": "fabian@c9.io"
}
],
"homepage": "",
"repository": {
"type": "git",
"url": "http://github.com/JayGray/node-github.git"
},
"engine": {
"node": ">=0.4.0"
},
"devDependencies": {
"optimist": "~0.6.0",
"grunt": "^0.4.4",
"grunt-jsdoc": "^0.5.4",
"time-grunt": "^0.2.10",
"load-grunt-tasks": "^0.4.0",
"grunt-contrib-jshint": "^0.9.2",
"karma": "^0.12.0",
"grunt-karma": "^0.8.2",
"karma-coverage": "^0.2.0",
"karma-jasmine": "^0.2.2",
"requirejs": "^2.1.11",
"karma-requirejs": "^0.2.1",
"karma-phantomjs-launcher": "^0.1.2",
"karma-chrome-launcher": "^0.1.2",
"grunt-karma-coveralls": "^2.4.3"
},
"main": ".",
"scripts": {
"test": "grunt travis"
},
"licenses": [
{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}