Created
April 28, 2015 02:20
-
-
Save jamlfy/0b85a55d88515644eaab to your computer and use it in GitHub Desktop.
Auto Clean NPM
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": "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