-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 941 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 941 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
28
29
30
31
32
33
34
35
36
{
"name": "proccalc",
"version": "1.0.0",
"description": "Typescipt Compiler",
"main": "calc.js",
"scripts": {
"reset": "rm calc.js&&rm sw.js",
"test": "tsc calc.ts&&rm sw.js&&gulp -f gulpfile&&workbox generateSW wbc&&gulp -f gulpfile cop&&rm sw.js",
"start": "tsc calc.ts&&workbox generateSW wbc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FreeSoftwareDevlopment/ProcCalc.git"
},
"keywords": [
"tsc",
"calc",
"%calc"
],
"author": "Sharkbyteprojects",
"license": "ISC",
"bugs": {
"url": "https://github.com/FreeSoftwareDevlopment/ProcCalc/issues"
},
"homepage": "https://freesoftwaredevlopment.github.io/ProcCalc/",
"private": true,
"devDependencies": {
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-rename": "^1.4.0",
"typescript": "^3.5.2",
"workbox-cli": "^4.3.1"
}
}