-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.35 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
46
47
48
49
50
51
52
53
54
55
{
"name": "vacmatch-report-app",
"version": "1.0.0",
"description": "A match report app for VACmatch",
"main": "app.js",
"keywords": [
"react",
"flux"
],
"author": "VACmatch",
"contributors": [
{
"name": "Pablo Castro Valiño",
"email": "pablocastro@vacmatch.com"
}
],
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/vacmatch/vacmatch-mobile.git"
},
"bugs": {
"url": "https://github.com/vacmatch/vacmatch-mobile/issues"
},
"dependencies": {
"babel-jest": "^6.0.1",
"babel-plugin-react-intl": "^2.1.3",
"babel-preset-es2015": "~6.0.15",
"babel-preset-react": "~6.0.15",
"babelify": "~7.2.0",
"browserify": "~12.0.1",
"dateformat": "^1.0.12",
"del": "~2.0.2",
"gulp": "~3.9.0",
"gulp-install": "~0.6.0",
"gulp-webserver": "~0.9.1",
"history": "~1.17.0",
"jest": "^0.1.40",
"jest-cli": "^0.8.2",
"jshashes": "^1.0.5",
"material-ui": "~0.13.1",
"pouchdb": "~5.1.0",
"pouchdb-authentication": "^0.4.2",
"pouchdb-find": "^0.7.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-intl": "~2.1.2",
"react-router": "~1.0.0-rc4",
"react-tap-event-plugin": "~0.2.1",
"reflux": "~0.3.0",
"standard": "~5.3.1",
"timer-stopwatch": "^0.1.6",
"vinyl-source-stream": "~1.1.0"
}
}