{ "name": "react-tutorial", "version": "0.0.0", "description": "Code from the React tutorial.", "main": "server.js", "dependencies": { "body-parser": "^1.4.3", "express": "^4.4.5" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "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://github.com/reactjs/react-tutorial", "engines" : { "node" : "0.12.x" } }