-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 898 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
{
"name": "reactive-react-component",
"version": "0.0.2",
"description": "Create React components using ES Observables",
"keywords": ["react", "observables", "rx", "rxjs"],
"author": "AndSelm <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:FunkMonkey/reactive-react-component.git"
},
"homepage": "https://github.com/FunkMonkey/reactive-react-component",
"bugs": {
"url": "https://github.com/FunkMonkey/reactive-react-component/issues"
},
"main": "build/index.js",
"scripts": {
"build": "gulp build",
"watch:build": "gulp watch:build"
},
"devDependencies": {
"@babel/preset-env": "7.2.3",
"@babel/core": "7.2.2",
"eslint": "5.12.0",
"eslint-config-funkmonkey": "0.0.1",
"eslint-plugin-import": "2.14.0",
"gulp": "4.0.0",
"gulp-babel": "8.0.0"
},
"dependencies": {
}
}