Created
September 1, 2012 19:29
-
-
Save toranb/3584452 to your computer and use it in GitHub Desktop.
npm package definition
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": "unit_testing_javascript", | |
| "description": "npm files needed to unit test javascript in isolation", | |
| "version": "0.0.1", | |
| "dependencies": { | |
| "jasmine-node": "", | |
| "jsdom": "", | |
| "jasmine-jquery": "" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment