Skip to content

Instantly share code, notes, and snippets.

@RAMTO
Created June 7, 2016 17:42
Show Gist options
  • Save RAMTO/2fd44eac592e171368be7a7b2ba5eb77 to your computer and use it in GitHub Desktop.
Save RAMTO/2fd44eac592e171368be7a7b2ba5eb77 to your computer and use it in GitHub Desktop.
npm-starter-pack
{
"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