-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 2.88 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "browsertap",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "gulp test-coverage",
"start": "cd apps/api; npm start",
"start-api": "cd apps/api; npm start",
"start-eyebrowse": "cd apps/desktop-client; npm start",
"dev": "linklocal link -r && linklocal list -r | bulk -c 'npm install --production'",
"prepublish2": "if [ \"$NODE_ENV\" != \"production\" ]; then npm run dev; fi"
},
"author": "",
"license": "ISC",
"browser": {
"loggly": "./browser_modules/loggly/index.js"
},
"dependencies": {
"api": "file:./apps/api",
"babel": "^5.8.23",
"browser-client": "file:./apps/browser-client",
"chalk": "^1.1.1",
"classnames": "^2.2.0",
"common": "file:apps/common",
"crc32": "^0.2.2",
"credit-card": "^1.2.1",
"cron": "^1.0.9",
"desktop": "file:./apps/desktop",
"desktop-client": "file:./apps/desktop-client",
"electron": "^0.4.1",
"find-open-port": "^1.0.0",
"httperr": "^1.0.0",
"koa": "^1.1.0",
"koa-bodyparser": "^2.0.1",
"koa-cors": "0.0.16",
"koa-generic-session": "^1.9.2",
"koa-redis": "^1.0.1",
"koa-router": "^5.2.3",
"koa-static": "^1.5.1",
"lodash": "^3.10.1",
"loggly": "^1.0.8",
"loggly-browserify": "^1.0.4",
"mdns": "^2.2.10",
"mesh": "^5.0.12",
"mesh-memory": "^2.0.13",
"mesh-mongodb": "^1.0.1",
"mongodb": "^2.0.46",
"mousetrap": "^1.5.3",
"mustache": "^2.2.0",
"nedb": "^1.2.1",
"nodemailer": "^1.8.0",
"object-diff": "0.0.2",
"okay": "^1.0.0",
"parse-stack": "^0.1.3",
"password-hash": "^1.2.2",
"platform": "^1.3.0",
"progress": "^1.1.8",
"qs": "^5.2.0",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-intl": "^1.2.1",
"request": "^2.65.0",
"sift": "^2.0.9",
"slave": "file:./apps/slave",
"stripe": "^4.0.0",
"superagent": "^1.4.0",
"traverse": "^0.6.6",
"websocket": "^1.0.22"
},
"devDependencies": {
"babelify": "^6.3.0",
"browser-sync": "^2.9.11",
"browserify": "^11.2.0",
"browserify-resolutions": "^1.0.6",
"bulk": "^2.0.0",
"bundle-collapser": "^1.2.1",
"electron-packager": "^5.1.0",
"expect.js": "^0.3.1",
"glob": "^5.0.15",
"gulp": "^3.9.0",
"gulp-istanbul": "^0.10.1",
"gulp-less": "^3.0.3",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.0.1",
"gulp-uglify": "^1.4.1",
"isparta": "^3.1.0",
"istanbul": "^0.3.22",
"jsdom": "^6.5.1",
"linklocal": "^2.5.2",
"merge-stream": "^1.0.0",
"mkdirp": "^0.5.1",
"mocha": "^2.3.3",
"mocha-osx-reporter": "^0.1.2",
"mockery": "^1.4.0",
"package-path": "0.0.1",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.0",
"sinon": "^1.17.2",
"vinyl": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0",
"yargs": "^3.26.0"
}
}