Last active
February 11, 2019 06:50
-
-
Save horlah/c44cbc9c564a3a7d4fbb778b0b0676c1 to your computer and use it in GitHub Desktop.
package.json file for sample Js web app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "todolistappjs", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "dependencies": { | |
| "@capacitor/android": "^1.0.0-beta.17", | |
| "@capacitor/cli": "^1.0.0-beta.17", | |
| "@capacitor/core": "^1.0.0-beta.17" | |
| }, | |
| "devDependencies": {}, | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "author": "", | |
| "license": "ISC" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment