Last active
January 18, 2016 11:46
-
-
Save rianby64/fe48170397b3727bab6b to your computer and use it in GitHub Desktop.
A package.json example for Apolog
This file contains 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": "example", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "jasmine" | |
}, | |
"license": "ISC", | |
"devDependencies": { | |
"apolog": "0.0.5", | |
"jasmine": "^2.4.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment