Created
June 7, 2016 17:42
-
-
Save RAMTO/2fd44eac592e171368be7a7b2ba5eb77 to your computer and use it in GitHub Desktop.
npm-starter-pack
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": "npm-test", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"gulp": "./node_modules/.bin/gulp --help", | |
"test": "./node_modules/.bin/lite-server --help" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"devDependencies": { | |
"gulp": "^3.9.1", | |
"lite-server": "^2.2.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment