Files
browser-wakatime/package.json
Trent Oswald 535dbe91f7 Added start script
Consolidated startup commands into `npm start`
2015-06-12 22:38:19 -06:00

36 lines
827 B
JSON

{
"scripts": {
"test": "jest && mocha --compilers js:mocha-traceur tests/**/*.spec.js",
"start": "npm install && bower install && gulp"
},
"jest": {
"testFileExtensions": [
"jest.js"
],
"testDirectoryName": "tests",
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
]
},
"private": true,
"devDependencies": {
"babel-jest": "^5.2.0",
"chai": "^3.0.0",
"gulp": "^3.8.8",
"jest-cli": "^0.4.10",
"babel": "^5.5.6",
"laravel-elixir": "*",
"mocha": "^2.2.5",
"mocha-sinon": "^1.1.4",
"mocha-traceur": "^2.1.0",
"sinon": "^1.14.1"
},
"dependencies": {
"bootstrap": "^3.3.4",
"jquery": "^2.1.3",
"react": "^0.13.3",
"react-tools": "^0.13.3"
}
}