{ "name": "react-tutorial", "version": "0.0.0", "description": "Code from the Thinking in React tutorial.", "dependencies": { }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/reactjs/react-tutorial.git" }, "keywords": [ "react", "tutorial", "comment", "example" ], "author": "petehunt", "license": "proprietary", "bugs": { "url": "https://github.com/reactjs/react-tutorial/issues" }, "homepage": "https://facebook.github.io/react/docs/thinking-in-react.html", "engines" : { "node" : "0.12.x" } }