-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.15 KB
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
{
"name": "react-redux-meteor-data",
"version": "0.5.7",
"description": "This package provides an integration between React, Redux store and Meteor's Tracker.",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir dist",
"local": "nodemon --watch ./src --exec babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tempik/react-redux-meteor-data.git"
},
"keywords": [
"react",
"redux",
"meteor",
"connect",
"createContainer"
],
"author": "Ivan Ablogin",
"license": "ISC",
"bugs": {
"url": "https://github.com/tempik/react-redux-meteor-data/issues"
},
"homepage": "https://github.com/tempik/react-redux-meteor-data#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.24.0"
},
"dependencies": {
"react": "^15.4.2",
"react-addons-pure-render-mixin": "^15.4.2",
"react-meteor-data": "^0.2.10",
"react-redux": "^5.0.3"
}
}