forked from mozilla-bteam/bz.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.21 KB
/
package.json
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
58
59
60
61
62
63
64
{
"name": "bz",
"description": "Bugzilla REST API wrapper",
"version": "0.4.4",
"author": "Heather Arthur <fayearthur@gmail.com>",
"scripts": {
"test": "mocha -t 8000"
},
"contributors": [
{
"name": "Jeff Griffiths",
"email": "jeff@canuckistani.ca"
},
{
"name": "James Lal"
},
{
"name": "Kevin Grandon"
},
{
"name": "Axel Hecht"
},
{
"name": "Josh Matthews"
},
{
"name": "Graeme McCutcheon"
},
{
"name": "Farrin Reid"
},
{
"name": "John Davis"
}
],
"keywords": [
"bugzilla"
],
"repository": {
"url": "http://github.com/canuckistani/bz.js.git",
"type": "git"
},
"main": "./build/node/index",
"dependencies": {
"xmlhttprequest": "^1.7.0"
},
"devDependencies": {
"babel": "^5.1.9",
"babelify": "^6.0.2",
"browserify": "^9.0.8",
"chai": "^2.2.0",
"colors": "^1.0.3",
"connect": "^3.3.5",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-plumber": "^1.0.0",
"gulp-print": "^1.1.0",
"gulp-watch": "^4.2.4",
"magic-constants": "0.0.1",
"mocha": "^2.2.4",
"serve-static": "^1.9.2",
"vinyl-source-stream": "^1.1.0"
}
}