forked from yanivsegev/VSTS-DropPlan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.22 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.22 KB
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
{
"name": "vsts-dropplan",
"version": "1.0.0",
"description": "Sprint Drop Plan is an organizational tool that helps team members to sync their tasks by visualizing work status and dependencies on a sprint-based calendar.",
"main": "index.html",
"scripts": {
"build": "(gulp && cd dist/dev && tfx extension create --manifest-globs vss-extension.json && cd ../prod && tfx extension create --manifest-globs vss-extension.json)",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gberman/VSTS-DropPlan.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gberman/VSTS-DropPlan/issues"
},
"homepage": "https://github.com/gberman/VSTS-DropPlan#readme",
"dependencies": {},
"devDependencies": {
"del": "^3.0.0",
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.1.0",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-webserver": "^0.9.1",
"http": "0.0.0",
"st": "^1.2.2",
"vss-web-extension-sdk": "2.109.1"
},
"optionalDependencies": {}
}