-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 808 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 808 Bytes
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
{
"name": "flyd-react",
"version": "0.0.4",
"description": "Minimal React bindings for Flyd.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gitusp/flyd-react.git"
},
"keywords": ["flyd", "react"],
"author": "usp",
"license": "MIT",
"bugs": {
"url": "https://github.com/gitusp/flyd-react/issues"
},
"homepage": "https://github.com/gitusp/flyd-react#readme",
"dependencies": {
"flyd": "^0.2.8",
"react": "^16.8.2"
},
"devDependencies": {
"@types/react": "^16.8.3",
"babel-jest": "^24.1.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.9.1",
"jest": "^24.1.0",
"react-dom": "^16.8.2"
}
}