-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.08 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
41
42
{
"name": "react-binding-component",
"version": "1.0.5",
"description": "react component for data-binding",
"main": "dist/index.js",
"scripts": {
"build": "./node_modules/.bin/babel index.js --out-dir dist",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/weflex/react-binding-component.git"
},
"keywords": [
"data-binding",
"react",
"react-component"
],
"peerDependencies": {
"react": "0.14.7"
},
"devDependencies": {
"babel-core": "6.4.0",
"babel-loader": "6.2.1",
"babel-polyfill": "6.3.14",
"babel-preset-es2015": "6.3.13",
"babel-preset-stage-1": "6.3.13",
"babel-preset-react": "6.3.13",
"exports-loader": "0.6.2",
"imports-loader": "0.6.5",
"webpack": "1.12.10"
},
"author": "Yorkie Liu <yorkiefixer@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/weflex/react-binding-component/issues"
},
"homepage": "https://github.com/weflex/react-binding-component#readme",
"dependencies": {
"deep-assign": "2.0.0"
}
}