-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 1020 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": "dissenter-ios",
"version": "1.0.0",
"description": "Dissenter 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",
"build:adblock": "cd node_modules/ad-block; npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gab-ai-inc/dissenter-ios.git"
},
"license": "MPL-2.0",
"dependencies": {
"ad-block": "github:brave/ad-block#b933cf5168c5284dc159735d8bcefb415d0cfc00",
"brave-sync": "github:brave/sync#master",
"page-metadata-parser": "^1.1.3",
"readability": "github:mozilla/readability#3c76104adb00eb9897517e6be6c74c6c05918dfe"
},
"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.3",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^3.12.0"
}
}