{ "scripts": { "test": "jest --verbose --coverage && mocha --compilers js:mocha-traceur tests/**/*.spec.js", "test-react": "jest --verbose --coverage", "test-js": "mocha --compilers js:mocha-traceur tests/**/*.spec.js", "start": "npm install && bower install && gulp", "lint": "jsxhint --jsx-only ." }, "pre-commit": [ "lint" ], "jest": { "testFileExtensions": [ "jest.js" ], "testDirectoryName": "tests", "unmockedModulePathPatterns": [ "/node_modules/react" ] }, "private": true, "devDependencies": { "bower": "^1.4.1", "chai": "^3.0.0", "gulp": "^3.8.8", "jest-cli": "^0.4.12", "jshint": "^2.8.0", "jsxhint": "^0.15.1", "laravel-elixir": "*", "mocha": "^2.2.5", "mocha-sinon": "^1.1.4", "mocha-traceur": "^2.1.0", "precommit-hook": "^2.0.1", "react-tools": "^0.13.3", "sinon": "^1.15.4", "sinon-chrome": "^0.1.2" }, "dependencies": { "bootstrap": "^3.3.4", "classnames": "^2.1.2", "jquery": "^2.1.3", "moment": "^2.10.3", "react": "^0.13.3" }, "jshintConfig": { "asi": false, "browser": true, "curly": false, "expr": true, "indent": 4, "loopfunc": true, "node": true, "trailing": true, "undef": true, "white": true } }