forked from github-tools/github
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.32 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.32 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
52
53
54
55
56
57
{
"name": "octokit",
"version": "0.10.4",
"description": "Javascript github client for nodejs or a web browser using promises",
"main": "octokit.js",
"scripts": {
"prepublish": "bower install",
"test": "grunt test --verbose",
"dist": "grunt dist --verbose",
"update": "bower update",
"blanket": {
"pattern": [
"octokit.js"
]
}
},
"dependencies": {
"es6-promise": "~0.1.1",
"xmlhttprequest": "~1.6.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"bower": "~1.0",
"coffee-script": "~1.6.3",
"docco": "~0.4.0",
"grunt-coffeelint": "~0.0.7",
"grunt-bump": "~0.0.10",
"grunt-contrib-coffee": "~0.7",
"grunt-contrib-clean": "~0.5",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "~0.8.0",
"grunt-mocha-cov": "0.0.7",
"grunt-blanket-mocha": "git://github.com/philschatz/grunt-blanket-mocha.git#fixes-for-octokit.js",
"jamjs": "~0.2.17",
"chai": "~1.8.1",
"mocha": "~1.14.0",
"blanket": "~1.1.5"
},
"repository": {
"type": "git",
"url": "https://github.com/philschatz/octokit.js.git"
},
"keywords": [
"javascript",
"github",
"client",
"promise",
"ender"
],
"jam": {
"dependencies": {
"jquery": ">=1.8",
"lodash": ">=1.0"
}
},
"author": "Philip Schatz"
}