-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 830 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": "doodlefinn",
"version": "1.0.0",
"description": "DoodleFinn",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KevinCai319/DoodleFinn.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KevinCai319/DoodleFinn/issues"
},
"homepage": "https://github.com/KevinCai319/DoodleFinn#readme",
"devDependencies": {
"browserify": "^17.0.0",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"tsify": "^5.0.4",
"typescript": "^4.6.3",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0"
},
"dependencies": {
"firebase": "^9.8.1",
"firebase-tools": "^10.9.2"
}
}