You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.2 KiB
40 lines
1.2 KiB
{ |
|
"name": "twister-react", |
|
"version": "1.0.0", |
|
"description": "proxy-based Twister client written with react-js", |
|
"main": "index.js", |
|
"dependencies": { |
|
"classnames": "*", |
|
"react-bootstrap": "*", |
|
"react": "*", |
|
"react-router": "*", |
|
"react-router-bootstrap": "*", |
|
"react-dom": "*", |
|
"react-wysiwyg": "*", |
|
"react-addons-css-transition-group": "*" |
|
}, |
|
"devDependencies": { |
|
"react-tools": "*", |
|
"browserify": "*" |
|
}, |
|
"scripts": { |
|
"test": "jsx jsx build-buffer && node test/PosContentTest.js", |
|
"watch": "watch \"npm run pull-lib-and-build\" jsx", |
|
"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" |
|
}
|
|
|