forked from brave/brave-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1012 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
{
"name": "brave-ios",
"version": "2.0.0",
"description": "Brave for iOS",
"scripts": {
"build": "webpack --config webpack.config.js",
"build:sync": "cd node_modules/brave-sync; npm install && npm run build; cd node_modules/brave-crypto; npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brave/brave-ios.git"
},
"license": "MPL-2.0",
"dependencies": {
"brave-sync": "github:brave/sync#16a888f180d3ce38fbec9aa1a5215e8f11692601",
"page-metadata-parser": "^1.1.3",
"readability": "github:mozilla/readability#b9f47bcc8d3c223cabe2dec6a42eeb3bd778d85c",
"webpack-cli": "^3.3.10",
"brave-core-ios": "https://github.com/brave/brave-ios/releases/download/v1.22-pre-release/brave-core-ios-1.16.76.tgz"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"glob": "^7.1.6",
"webpack": "^4.42.0",
"mkdirp": "^1.0.3"
}
}