Created
July 31, 2014 19:12
-
-
Save kentcdodds/9a77bd6c5bb55f349123 to your computer and use it in GitHub Desktop.
react-components-library package.json
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": "react-components-library", | |
"version": "0.0.0", | |
"description": "A library of react components.", | |
"private": true, | |
"scripts": { | |
"test": "./script/test", | |
"start": "node server.js", | |
"dev": "./script/dev", | |
"run": "./script/run" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/kentcdodds/react-components-library.git" | |
}, | |
"keywords": [ | |
"react", | |
"react components", | |
"library" | |
], | |
"author": "Kent C. Dodds <[email protected]> (http://kent.doddsfamily.us)", | |
"license": "MIT", | |
"bugs": { | |
"url": "https://github.com/kentcdodds/react-components-library/issues" | |
}, | |
"homepage": "https://github.com/kentcdodds/react-components-library", | |
"devDependencies": { | |
"assert": "^1.1.1", | |
"jsx-loader": "^0.11.0", | |
"karma": "^0.12.19", | |
"karma-chrome-launcher": "^0.1.4", | |
"karma-cli": "0.0.4", | |
"karma-mocha": "^0.1.6", | |
"karma-webpack": "^1.2.1", | |
"mocha": "^1.21.3", | |
"pushstate-server": "^0.2.0", | |
"webpack": "^1.3.2-beta9", | |
"webpack-dev-server": "^1.4.7" | |
}, | |
"dependencies": { | |
"es6-promise": "^1.0.0", | |
"lodash": "^2.4.1", | |
"react": "^0.11.1", | |
"react-router": "^0.5.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment