-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 962 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
36
37
{
"name": "react-easy-watcher",
"version": "1.0.4",
"description": "watch state changes in react.js,just like the watcher api in vue.js",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "https://github.com/zysallen/react-easy-watcher.git"
},
"keywords": [
"react",
"react.js",
"watcher",
"watch"
],
"dependencies": {
"lodash.isequal": "^4.5.0",
"react": "^16.2.0"
},
"author": "zysallen",
"license": "MIT",
"bugs": {
"url": "https://github.com/zysallen/react-easy-watcher/issues"
},
"homepage": "https://github.com/zysallen/react-easy-watcher#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
}
}