Skip to content

Instantly share code, notes, and snippets.

@mklymyshyn
Created December 13, 2014 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mklymyshyn/ad5e96462eb4b5d83709 to your computer and use it in GitHub Desktop.
Save mklymyshyn/ad5e96462eb4b5d83709 to your computer and use it in GitHub Desktop.
{
"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