Skip to content

Instantly share code, notes, and snippets.

@jamlfy
Created April 28, 2015 02:20
Show Gist options
  • Select an option

  • Save jamlfy/0b85a55d88515644eaab to your computer and use it in GitHub Desktop.

Select an option

Save jamlfy/0b85a55d88515644eaab to your computer and use it in GitHub Desktop.
Auto Clean NPM
{
"name": "OpenShift-Sample-App",
"version": "1.0.0",
"description": "OpenShift Sample Application",
"author": {
"name": "alejonext",
"email": "[email protected]",
"url": "http://www.alejonext.co/"
},
"repository": {
"type": "git",
"url": "https://github.com/openshift/origin-server"
},
"engines": {
"node": "0.10.*",
"npm": "1.*.*"
},
"dependencies": {
},
"devDependencies": {},
"bundleDependencies": [],
"private": true,
"main": "bin/index.js",
"scripts": {
"postinstall": "npm cache clean"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment