forked from romac/react-if
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 KB
/
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
41
42
43
44
{
"name": "react-if",
"version": "2.2.1",
"peerDependencies": {
"prop-types": ">=15.5.10",
"react": ">=15.5.0"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-plugin-transform-es2015-modules-umd": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"chai": "^3.5.0",
"enzyme": "^2.3.0",
"jsdom": "^9.9.1",
"mocha": "^2.5.3",
"prop-types": ">=15.5.10",
"react": ">=15.5.0",
"react-dom": ">=15.5.0",
"react-test-renderer": "^15.6.1"
},
"main": "lib/ReactIf.js",
"scripts": {
"build": "babel src --out-dir lib",
"watch": "babel -w src --out-dir lib",
"test": "mocha --compilers js:babel-register"
},
"repository": {
"type": "git",
"url": "https://github.com/romac/react-if.git"
},
"keywords": [
"react",
"react-component",
"if",
"conditional"
],
"author": "Romain Ruetschi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/romac/react-if/issues"
},
"homepage": "https://github.com/romac/react-if"
}