-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 786 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 786 Bytes
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
{
"name": "sr-timer",
"version": "1.0.5",
"description": "Simple javascript timer application. Originally made to run my cube timer app at http://www.solvingrubik.com/ Can easily be included and configured to work on any webpage.",
"main": "dist/main.js",
"dependencies": {
"ts-loader": "^5.4.5",
"typescript": "^3.9.10"
},
"devDependencies": {
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"scripts": {
"build": "webpack --mode production --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tdecker91/srTimer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tdecker91/srTimer/issues"
},
"homepage": "https://github.com/tdecker91/srTimer#readme"
}