forked from sergeyt/fogbugz.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.44 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-m1QJZ1Ld3HAtCn+vWrtdZjagXxw=",
"_location": "/fogbugz.js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "fogbugz.js",
"escapedName": "fogbugz.js",
"rawSpec": "0.0.33",
"saveSpec": null,
"fetchSpec": "0.0.33"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/fogbugz.js/-/fogbugz.js-0.0.33.tgz",
"_shasum": "9b54096752dddc702d0a7faf5abb5d6636a05f1c",
"_spec": "[email protected]",
"_where": "/home/hyde/Projects/fogbugz-to-gitlab",
"author": {
"name": "Sergey Todyshev",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/sergeyt/fogbugz.js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Sergey Todyshev",
"email": "[email protected]"
}
],
"dependencies": {
"async": "~0.2",
"jquery-xml2json": "0.0.8",
"q": "~1.0",
"request": "~2.44",
"underscore": "~1.7",
"xml2js": "~0.4"
},
"deprecated": false,
"description": "FogBugz client for nodejs.",
"devDependencies": {
"askfor": "0.0.3",
"cli-table": "~0.3.0",
"expect.js": "~0.3",
"grunt": "~0.4",
"grunt-auto-release": "~0.0.6",
"grunt-bump": "~0.0.13",
"grunt-cli": "~0.1",
"grunt-coffeelint": "~0.0.10",
"grunt-contrib-jshint": "~0.10",
"grunt-karma": "~0.9",
"grunt-karma-coveralls": "~2.5",
"grunt-npm": "~0.0.2",
"grunt-simple-mocha": "~0.4",
"iz": "~0.6",
"karma": "~0.12",
"karma-chrome-launcher": "~0.1",
"karma-coffee-preprocessor": "~0.2",
"karma-coverage": "~0.2",
"karma-firefox-launcher": "~0.1",
"karma-jasmine": "~0.1",
"karma-mocha": "~0.1",
"karma-phantomjs-launcher": "~0.1",
"karma-script-launcher": "~0.1",
"memoizee": "~0.3",
"mocha": "~1.21",
"node-more": "0.0.4",
"optimist": "~0.6",
"pretty-date": "~0.2.0",
"read": "~1.0"
},
"homepage": "https://github.com/sergeyt/fogbugz.js#readme",
"keywords": [
"fogbugz",
"client"
],
"license": "MIT",
"main": "fogbugz.js",
"name": "fogbugz.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/sergeyt/fogbugz.js.git"
},
"scripts": {
"drone": "grunt drone",
"lint": "grunt lint",
"test": "grunt test"
},
"version": "0.0.33"
}