This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
64 lines (64 loc) · 1.69 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
{
"name": "chromeos-filesystem-sftp",
"description": "ChromeOS app to access a SFTP server directly from the Files app",
"version": "1.8.2",
"scripts": {
"build": "node_modules/.bin/webpack --config webpack.config.js --progress --colors"
},
"author": {
"name": "Yoichiro Tanaka",
"url": "https://github.com/yoichiro"
},
"contributors": [
{
"name": "Tjibbe van der Laan",
"email": "info@tjibbevanderlaan.nl",
"url": "https://github.com/tjibbevanderlaan"
}
],
"repository": {
"type": "git",
"url": "https://github.com/tjibbevanderlaan/chromeos-filesystem-sftp.git"
},
"homepage": "https://github.com/tjibbevanderlaan/chromeos-filesystem-sftp",
"keywords": [
"sftp",
"chromeos",
"native client",
"libssh2",
"webpack",
"react"
],
"bugs": {
"url": "https://github.com/tjibbevanderlaan/chromeos-filesystem-sftp/issues"
},
"license": "BSD-3-Clause",
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-mark-ii": "^2.2.0"
},
"devDependencies": {
"@babel/runtime": "^7.0.0-beta.46",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"eslint": "^4.18.2",
"eslint-loader": "^2.0.0",
"eslint-plugin-react": "^7.7.0",
"webpack": "^4.1.1",
"webpack-cli": "^3.1.2",
"webpack-concat-plugin": "^3.0.0-beta.0"
},
"engines": {
"node": ">=6.13.1",
"npm": ">=3.10.10"
}
}