-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 865 Bytes
/
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
{
"name": "jshint-teamcity",
"version": "1.1.1",
"description": "JSHint TeamCity Reporter which group by files using TeamCity Test Suite",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/hongymagic/jshint-teamcity.git"
},
"keywords": [
"teamcity",
"jshint",
"reporter",
"grunt",
"gulp",
"gulpplugin",
"gruntplugin"
],
"author": "David Hong <[email protected]>",
"license": "MIT",
"bugs": {
"mail": "[email protected]",
"url": "https://github.com/hongymagic/jshint-teamcity/issues"
},
"homepage": "https://github.com/hongymagic/jshint-teamcity",
"devDependencies": {
"jshint": "~2.4.3",
"mocha": "~1.17.1",
"assert": "~1.1.1"
},
"dependencies": {
"teamcity-service-messages": "0.1.8"
}
}