-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 969 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
{
"name": "pomodorotimer",
"version": "0.91.0",
"description": "A timer to keep track of your pomodoro's",
"main": "js/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sl4rtyb4rtf4st/pomodorotimer.git"
},
"author": "Andrew Millar",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sl4rtyb4rtf4st/pomodorotimer/issues"
},
"homepage": "https://github.com/Sl4rtyb4rtf4st/pomodorotimer#readme",
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"browser-sync": "^2.29.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^5.0.3",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2"
}
}