-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
40 lines (40 loc) · 846 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
38
39
40
{
"name": "omgrpc",
"version": "1.0.0",
"description": "",
"author": {
"name": "Troy Shields",
"email": "troy.leland.shields@gmail.com",
"url": ""
},
"repository": {
"type": "git",
"url": "git://github.com/troylelandshields/omgrpc"
},
"main": "app/index.html",
"window": {
"frame": true,
"toolbar": true,
"height": 800,
"width": 1200
},
"readmeFilename": "README",
"dependencies": {
"angular": "^1.4.4",
"angular-sanitize": "^1.5.8",
"angular-ui-router": "^0.2.15",
"bootstrap": "^3.3.5",
"dropzone": "^4.3.0",
"grpc": "1.8.4",
"jquery": "^2.1.4",
"ngdropzone": "^2.0.1",
"path": "^0.12.7",
"pouchdb": "^6.2.0",
"shell-path": "^2.1.0",
"uuid-parse": "^1.0.0",
"viewify": "1.0.3"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}