-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 904 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
{
"name": "reactify-object",
"version": "0.8.1",
"description": "A useful tool use to reactify object by injecting functions and properties into object according the given configuration. ",
"main": "ReactifyObject.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha './test/**/*.test.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XLCYun/ReactifyObject.git"
},
"keywords": [
"async",
"reactive",
"reactify"
],
"author": "XLCYun",
"license": "MIT",
"bugs": {
"url": "https://github.com/XLCYun/ReactifyObject/issues"
},
"homepage": "https://github.com/XLCYun/ReactifyObject#readme",
"dependencies": {
"@xlcyun/event-man": "^0.2.5",
"defer-require": "^0.1.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"mocha": "^6.2.2",
"nyc": "^15.0.0"
},
"typings": "types/ReactifyObject.d.ts"
}