-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.51 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
{
"name": "fogbugz.js",
"version": "0.0.33",
"description": "FogBugz client for nodejs.",
"license": "MIT",
"main": "fogbugz.js",
"repository": {
"type": "git",
"url": "[email protected]:sergeyt/fogbugz.js.git"
},
"keywords": [
"fogbugz",
"client"
],
"author": "Sergey Todyshev <[email protected]>",
"contributors": [
"Sergey Todyshev <[email protected]>"
],
"dependencies": {
"request": "~2.51",
"xml2js": "~0.4",
"q": "~1.0",
"underscore": "~1.7",
"jquery-xml2json": "0.0.8",
"async": "~0.2"
},
"devDependencies": {
"askfor": "0.0.3",
"read": "~1.0",
"cli-table": "~0.3.0",
"memoizee": "~0.3",
"iz": "~0.6",
"pretty-date": "~0.2.0",
"node-more": "0.0.4",
"grunt": "~0.4",
"grunt-contrib-jshint": "~0.10",
"grunt-coffeelint": "~0.0.10",
"grunt-npm": "~0.0.2",
"grunt-bump": "~0.0.13",
"grunt-auto-release": "~0.0.6",
"grunt-karma": "~0.9",
"grunt-cli": "~0.1",
"grunt-simple-mocha": "~0.4",
"grunt-karma-coveralls": "~2.5",
"karma": "~0.12",
"karma-coverage": "~0.2",
"karma-script-launcher": "~0.1",
"karma-chrome-launcher": "~0.1",
"karma-firefox-launcher": "~0.1",
"karma-jasmine": "~0.1",
"karma-coffee-preprocessor": "~0.2",
"karma-phantomjs-launcher": "~0.1",
"karma-mocha": "~0.1",
"optimist": "~0.6",
"mocha": "~1.21",
"expect.js": "~0.3"
},
"scripts": {
"lint": "grunt lint",
"test": "grunt test",
"drone": "grunt drone"
}
}