-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 939 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
{
"name": "kefir-react-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "browserify index.es6 -o index.js -t [ babelify --presets [ es2015 ] ]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iofjuupasli/kefir-react-example.git"
},
"author": "Tretyak Valery <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iofjuupasli/kefir-react-example/issues"
},
"homepage": "https://github.com/iofjuupasli/kefir-react-example#readme",
"dependencies": {
"heact": "^3.0.0",
"kefir": "^3.2.0",
"kefir-react": "^4.0.0",
"react": "^0.14.3",
"react-dom": "^0.14.3"
},
"devDependencies": {
"babel": "^6.3.13",
"babel-eslint": "^5.0.0-beta6",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"eslint": "^1.10.3",
"watchify": "^3.6.1"
}
}