forked from microsoft/vsts-extension-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 802 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
{
"name": "vso-extension-samples",
"version": "0.0.1",
"description": "Visual Studio Online Extension Samples",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/vso-extension-samples.git"
},
"keywords": [
"vso",
"tfs"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/vso-extension-samples/issues"
},
"homepage": "https://github.com/Microsoft/vso-extension-samples#readme",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-azure-blob": "0.0.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-typescript": "^0.6.2"
}
}