-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
40 lines (40 loc) · 971 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": "ffftp",
"productName": "ffftp",
"version": "0.0.6",
"description": "A minimal FTP client built on Electron",
"main": "main.js",
"scripts": {
"start": "electron main.js"
},
"keywords": [
"Electron",
"FTP",
"Windows"
],
"author": "Mitch Samuels",
"homepage": "https://ffftp.site",
"devDependencies": {
"electron": "^1.4.10",
"electron-packager": "^7.0.4",
"grunt": "^1.0.1",
"grunt-comment-toggler": "^0.2.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-search": "^0.1.8"
},
"dependencies": {
"angular": "^1.5.7",
"angular-animate": "^1.5.7",
"angular-aria": "^1.5.7",
"angular-material": "^1.0.9",
"angular-route": "^1.5.7",
"asar": "^0.11.0",
"directory-tree": "^1.1.1",
"electron-json-storage": "^2.1.0",
"jsftp": "^1.5.5",
"jsftp-rmr": "0.0.1",
"ng-draggable": "^1.0.0",
"universal-analytics": "^0.4.8"
}
}