-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 754 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 754 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
{
"name": "flappymillennial",
"version": "1.0.0",
"description": "A flappy bird clone that runs on js canvas",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./build.sh",
"deploy": "git subtree push --prefix dist origin gh-pages"
},
"keywords": [
"flappy"
],
"author": "nirav.com.np",
"license": "UNLICENSED",
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"browserify": "^16.5.1",
"google-closure-compiler": "^20200517.0.0",
"install": "^0.13.0",
"npm": "^6.14.6"
},
"dependencies": {
"@babel/runtime": "^7.10.2"
}
}