Created
December 24, 2016 12:37
-
-
Save javaeeeee/e977f0fedf59be1ef02fb9f292cbd200 to your computer and use it in GitHub Desktop.
package.json file with added dependencies section
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" | |
}, | |
"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