twister-react/package.json
Julian Steinwachs a6781503d7 hashtag browsing
2015-08-16 13:30:33 +02:00

37 lines
1.1 KiB
JSON
Executable File

{
"name": "twister-react",
"version": "1.0.0",
"description": "proxy-based Twister client written with react-js",
"main": "index.js",
"dependencies": {
"classnames": "^1.2.0",
"react-bootstrap": "^0.20.3",
"react": "^0.13.2",
"react-router": "^0.13.2",
"react-router-bootstrap": "^0.13.0"
},
"devDependencies": {
"react-tools": "*",
"browserify": "*"
},
"scripts": {
"test": "jsx jsx build-buffer && node test/PosContentTest.js",
"build": "jsx jsx build-buffer && browserify build-buffer/App.js -o build/app-bundle.js",
"pull-lib-and-build": "cd ../twister-lib-js && npm run bundle && cd ../twister-react && cp ../twister-lib-js/twister-lib.js build && jsx jsx build-buffer && browserify build-buffer/App.js -o build/app-bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tschaul/twister-react.git"
},
"keywords": [
"react",
"twister"
],
"author": "Julian Steinwachs",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tschaul/twister-react/issues"
},
"homepage": "https://github.com/Tschaul/twister-react#readme"
}