-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1006 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "mochatest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "cross-env BABEL_ENV=test babel-node spec/support/jasmine.run.js",
"test:watch": "cross-env BABEL_ENV=test babel-watch --watch app -watch spec spec/support/jasmine.run.js"
},
"keywords": [
"react",
"jasmine",
"jsdom",
"node"
],
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-plugin-module-resolver": "^2.5.0",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-preset-es2015-node": "^6.1.1",
"babel-register": "^6.23.0",
"babel-watch": "^2.0.6",
"cross-env": "^3.1.4",
"eslint": "^3.15.0",
"eslint-plugin-jasmine": "^2.2.0",
"eslint-plugin-react": "^6.10.0",
"jasmine": "^2.5.3",
"jsdom": "^9.11.0",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2"
}
}