123456789101112131415161718192021222324252627282930 |
- {
- "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"
- }
- }
|