-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
48 lines (48 loc) · 1.01 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
{
"name": "vso-client",
"version": "0.2.5",
"description": "Visual Studio Online Client",
"main": "./public/vso-client.js",
"scripts": {
"test": "gulp"
},
"author": "David Neal <david@reverentgeek.com> (http://reverentgeek.com)",
"contributors": [
{
"name": "Tiago Pascoal"
},
{
"name": "Rob Maher"
}
],
"license": "MIT",
"devDependencies": {
"async": "^0.9.0",
"coffee-script": "~1.7.1",
"gulp": "~3.6.2",
"gulp-coffee": "~1.4.3",
"gulp-mocha": "~0.4.1",
"gulp-util": "~2.2.14",
"mocha": "~1.18.2",
"should": "~3.3.1"
},
"dependencies": {
"azure": "^0.9.16",
"lodash": "~2.4.1",
"request": "~2.48.0",
"request-json": "~0.5.0"
},
"bugs": {
"url": "https://github.com/LeanKit-Labs/vso-client/issues",
"email": "david@reverentgeek.com"
},
"repository": {
"type": "git",
"url": "https://github.com/LeanKit-Labs/vso-client"
},
"keywords": [
"tfs",
"visualstudio",
"visualstudioonline"
]
}