-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "kefir-react",
"version": "5.0.0-rc.2",
"description": "React wrapper class for linking Kefir.js observables as props value",
"main": "kefir-react.js",
"scripts": {
"prepublish": "npm run build",
"build": "babel kefir-react.es6 -o kefir-react.js"
},
"repository": {
"type": "git",
"url": "https://github.com/iofjuupasli/kefir-react.git"
},
"keywords": [
"react",
"kefir",
"frp",
"mixin"
],
"author": "Tretyak Valery <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iofjuupasli/kefir-react/issues"
},
"homepage": "https://github.com/iofjuupasli/kefir-react",
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-eslint": "^5.0.0-beta6",
"babel-plugin-transform-es2015-modules-umd": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"chai": "^3.4.0",
"chai-spies": "^0.7.1",
"eslint": "^1.8.0",
"kefir": "^3.1.0",
"mocha": "^2.3.3",
"ramda": "^0.18.0"
},
"dependencies": {
"react": "^0.14.3"
}
}