treehouse-react
Version:
Binding for using treehouse in React applications
38 lines (37 loc) • 877 B
JSON
{
"name": "treehouse-react",
"version": "1.0.1",
"description": "Binding for using treehouse in React applications",
"main": "lib/index.js",
"scripts": {
"test": "node_modules/jasmine/bin/jasmine.js"
},
"repository": {
"type": "git",
"url": "https://github.com/markevans/treehouse-react.git"
},
"keywords": [
"javascript",
"treehouse",
"state",
"react",
"single-page"
],
"author": "Mark Evans",
"license": "ISC",
"bugs": {
"url": "https://github.com/markevans/treehouse-react/issues"
},
"homepage": "https://github.com/markevans/treehouse-react",
"devDependencies": {
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-register": "^6.24.1",
"jasmine": "^2.7.0",
"jsdom": "^11.1.0",
"react-dom": "^15.6.1",
"treehouse": "^3.3.0"
},
"dependencies": {
"react": ">=0.3.0"
}
}