-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.28 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
{
"name": "harvest-tracker-browser-extension",
"version": "0.2.0",
"description": "The missing link between Harvest and PivotalTracker.",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"css-loader": "^2.1.1",
"debug": "^4.1.1",
"del": "^4.1.1",
"file-loader": "^3.0.1",
"gulp": "^4.0.2",
"gulp-conventional-changelog": "^2.0.19",
"gulp-terser": "^1.1.7",
"gulp-zip": "^4.2.0",
"jquery": "^3.4.1",
"node-sass": "^4.12.0",
"run-sequence": "^2.2.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webextension-polyfill": "^0.4.0",
"webpack": "^4.30.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeandcraftnyc/harvest-tracker-browser-extension.git"
},
"keywords": [
"harvest",
"pivotaltracker"
],
"author": "Michael Giuliana <mike@codeandcraft.nyc>",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeandcraftnyc/harvest-tracker-browser-extension/issues"
},
"homepage": "https://github.com/codeandcraftnyc/harvest-tracker-browser-extension#readme"
}