Created
June 27, 2015 18:19
-
-
Save akoenig/bd67f885db0c664b05a6 to your computer and use it in GitHub Desktop.
npm: referencing properties
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": "awesome-package", | |
"version": "1.0.0", | |
"description": "Well, an awesome package.", | |
"author": "André König <[email protected]>", | |
"main": "index", | |
"config": { | |
"distdir": "dist" | |
}, | |
"scripts": { | |
"clean": "rm -rf $npm_package_config_distdir" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment