UNPKG

tuxx

Version:

Framework built on React and Flux

76 lines (75 loc) 1.58 kB
{ "name": "tuxx", "version": "0.2.0", "description": "Framework built on React and Flux", "main": "Tuxedo.js", "scripts": { "test": "jest", "start": "watchify --extension=.jsx -d Tuxedo.js -o bundle.js -v" }, "browserify": { "transform": [ [ "reactify", { "es6": true } ], "envify" ] }, "repository": { "type": "git", "url": "https://github.com/TuxedoJS/TuxedoJS" }, "keywords": [ "TuxedoJs", "Tuxx", "tuxx", "tuxedoJS", "tuxedo", "Tuxedo" ], "author": "drabinowitz, cheerazar, plauer, sjstebbins", "license": "MIT", "bugs": { "url": "https://github.com/TuxedoJS/TuxedoJS/issues" }, "homepage": "https://github.com/TuxedoJS/TuxedoJS", "dependencies": { "arrival": "^1.0.0", "browserify": "^8.0.2", "envify": "^3.2.0", "events": "^1.0.2", "flux": "^2.0.1", "object-assign": "^2.0.0", "react": "^0.13.1", "react-router": "^0.13.2", "react-validating-form": "^0.1.1", "reactify": "^0.17.1", "watchify": "^2.2.1" }, "devDependencies": { "jest": "^0.1.37", "jest-cli": "^0.2.1", "react-tools": "^0.12.2" }, "jest": { "scriptPreprocessor": "jest-preprocessor.js", "moduleFileExtensions": [ "js", "json", "jsx" ], "unmockedModulePathPatterns": [ "src/TuxxInvariant", "src/TuxxDeepSearch", "node_modules/react/", "node_modules/object-assign/", "Animations/Common" ] }, "directories": { "doc": "docs" } }