-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.03 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.03 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
43
44
45
{
"name": "react-binding",
"version": "0.9.2",
"description": "Binder - react two-way data binding for complex objects and arrays.",
"main": "lib/Binder.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha -R spec ./test"
},
"repository": {
"type": "git",
"url": "https://github.com/rsamec/react-binding"
},
"keywords": [
"react",
"binding"
],
"author": "Roman Samec",
"license": "MIT",
"bugs": {
"url": "https://github.com/rsamec/react-binding/issues"
},
"homepage": "https://github.com/rsamec/react-binding",
"devDependencies": {
"@types/mocha": "^2.2.35",
"@types/node": "^6.0.55",
"browserify": "^13.1.1",
"expect.js": "^0.3.1",
"gulp": "^3.8.11",
"gulp-rename": "^1.2.0",
"gulp-typescript": "^2.4.2",
"gulp-uglify": "^1.1.0",
"merge2": "^0.3.1",
"mocha": "^2.1.0",
"tsify": "^3.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"freezer-js": "^0.11.1",
"mobx": "^2.6.4"
}
}