Created
December 24, 2016 12:42
-
-
Save javaeeeee/4ad2536afb2a3e41a70d26d31c91efe0 to your computer and use it in GitHub Desktop.
Package.json file with a start script
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": "test", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "start": "node_modules/.bin/lite-server" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "devDependencies": { | |
| "angular": "^1.6.1" | |
| }, | |
| "dependencies": { | |
| "angular": "^1.6.1" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment