-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 984 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
38
39
40
{
"name": "babel-test",
"description": "babel-test",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "mocha --require spec/setup.js \"spec/**/*.spec.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/3LOK/babel-test"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/wix-private/babel-test/issues"
},
"homepage": "https://github.com/wix-private/babel-test#readme",
"devDependencies": {
"babel-core": "*",
"babel-eslint": "*",
"babel-loader": "*",
"babel-preset-es2015": "*",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "*",
"babel-register": "*",
"babel-runtime": "*",
"jsdom": "^9.5.0",
"mocha": "^3.1.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"chai": "^3.5.0",
"enzyme": "^2.4.1",
"react": "^15.3.2",
"react-addons-test-utils": "^15.3.2",
"react-dom": "^15.3.2"
}
}