Created
December 13, 2014 10:03
-
-
Save mklymyshyn/ad5e96462eb4b5d83709 to your computer and use it in GitHub Desktop.
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": "x0", | |
"version": "1.0.0", | |
"description": "Reactjs NPM tools and so on", | |
"main": "index.js", | |
"dependencies": { | |
"react": "*", | |
"react-tools": "*" | |
}, | |
"jest": { | |
"scriptPreprocessor": "preprocessor.js", | |
"unmockedModulePathPatterns": ["./node_modules/react"] | |
}, | |
"scripts": { | |
"test": "jest" | |
}, | |
"author": "", | |
"license": "ISC", | |
"devDependencies": { | |
"jest-cli": "^0.2.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment