]> cat aescling's git repositories - mastodon.git/blob - package.json
add sinon; add basic Button component test
[mastodon.git] / package.json
1 {
2 "name": "mastodon",
3 "scripts": {
4 "test": "mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx"
5 },
6 "devDependencies": {
7 "axios": "^0.14.0",
8 "babel-plugin-react-transform": "^2.0.2",
9 "babel-plugin-transform-object-rest-spread": "^6.8.0",
10 "babel-preset-es2015": "^6.13.2",
11 "babel-preset-react": "^6.11.1",
12 "babelify": "^7.3.0",
13 "browserify": "^13.1.0",
14 "browserify-incremental": "^3.1.1",
15 "chai": "^3.5.0",
16 "enzyme": "^2.4.1",
17 "es6-promise": "^3.2.1",
18 "immutable": "^3.8.1",
19 "jsdom": "^9.6.0",
20 "mocha": "^3.1.1",
21 "moment": "^2.14.1",
22 "react": "^15.3.2",
23 "react-addons-perf": "^15.3.2",
24 "react-addons-pure-render-mixin": "^15.3.1",
25 "react-addons-test-utils": "^15.3.2",
26 "react-dom": "^15.3.0",
27 "react-immutable-proptypes": "^2.1.0",
28 "react-notification": "^6.1.1",
29 "react-proxy": "^1.1.8",
30 "react-redux": "^5.0.0-beta.3",
31 "react-redux-loading-bar": "^2.3.3",
32 "react-router": "^2.8.0",
33 "react-simple-dropdown": "^1.1.4",
34 "redux": "^3.5.2",
35 "redux-immutable": "^3.0.8",
36 "redux-thunk": "^2.1.0",
37 "reselect": "^2.5.4",
38 "sinon": "^1.17.6"
39 }
40 }
This page took 0.06568 seconds and 4 git commands to generate.