forked from brave/browser-laptop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
165 lines (165 loc) · 5.43 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "brave",
"version": "0.11.1",
"description": "Brave laptop and desktop browser",
"main": "./app/index.js",
"config": {
"port": "8080"
},
"scripts": {
"build-installer": "node ./tools/buildInstaller.js",
"build-package": "node ./tools/buildPackage.js",
"check-security": "nsp check",
"checks": "npm run check-security",
"clean-adblock-data": "rm -f ~/Library/Application\\ Support/Brave/ABPFilterParserData.dat",
"clean-httpse-data": "rm -f ~/Library/Application\\ Support/Brave/httpse.json",
"clean-sb-data": "rm -f ~/Library/Application\\ Support/Brave/SafeBrowsingData.dat",
"clean-session-store": "rm -f ~/Library/Application\\ Support/Brave/session-store-1-dev",
"clean-tp-data": "rm -f ~/Library/Application\\ Support/Brave/TrackingProtection.dat",
"docs": "jsdox js/actions/appActions.js js/actions/windowActions.js --output docs",
"download-languages": "node ./tools/downloadLanguages",
"electron-rebuild": "electron-rebuild",
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"lint": "standard",
"postinstall": "node ./tools/rebuildNativeModules.js&&webpack",
"preload-httpse": "node ./preload-httpse.js",
"start": "node ./tools/start.js --debug=5858 --enable-logging --v=0 --enable-extension-activity-logging --enable-sandbox-logging --enable-dcheck",
"start-brk": "node ./tools/start.js --debug-brk=5858 -enable-logging --v=0 --enable-dcheck",
"test": "NODE_ENV=test mocha --compilers js:babel-register --recursive $(find test -name '*Test.js')",
"update-pdfjs": "rm -r app/extensions/pdfjs/; cp -r ../pdf.js/build/chromium/ app/extensions/pdfjs/",
"vagrant-destroy-linux": "VAGRANT_CWD=./test/vms/vagrant/ubuntu-14.04 vagrant destroy",
"vagrant-halt-linux": "VAGRANT_CWD=./test/vms/vagrant/ubuntu-14.04 vagrant halt",
"vagrant-rsync-linux": "VAGRANT_CWD=./test/vms/vagrant/ubuntu-14.04 vagrant rsync-auto",
"vagrant-ssh-linux": "VAGRANT_CWD=./test/vms/vagrant/ubuntu-14.04 vagrant ssh",
"vagrant-up-linux": "VAGRANT_CWD=./test/vms/vagrant/ubuntu-14.04 vagrant up",
"watch": "webpack-dev-server --inline --hot --colors --content-base=./app/extensions/brave",
"watch-all": "npm run watch & npm run watch-test",
"watch-test": "NODE_ENV=test webpack --watch",
"webpack": "webpack"
},
"repository": "brave/browser-laptop",
"author": {
"name": "Brave Software <[email protected]>"
},
"contributors": [
{
"name": "Brian R. Bondy",
"email": "[email protected]"
},
{
"name": "Aubrey Keus",
"email": "[email protected]"
},
{
"name": "Brian Johnson",
"email": "[email protected]"
},
{
"name": "Yan Zhu",
"email": "[email protected]"
}
],
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/brave/browser-laptop/issues"
},
"homepage": "https://www.brave.com/",
"dependencies": {
"abp-filter-parser-cpp": "1.1.x",
"electron-localshortcut": "^0.6.0",
"electron-prebuilt": "brave/electron-prebuilt",
"electron-squirrel-startup": "^1.0.0",
"file-loader": "^0.8.5",
"font-awesome": "^4.5.0",
"font-awesome-webpack": "0.0.4",
"immutable": "^3.7.5",
"immutablediff": "^0.4.2",
"immutablepatch": "^0.2.2",
"keytar": "^3.0.0",
"l20n": "^3.5.1",
"lru_cache": "^1.0.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-stickynode": "^1.1.2",
"spellchecker": "^3.3.1",
"string.prototype.endswith": "^0.2.0",
"string.prototype.startswith": "^0.2.0",
"tablesort": "4.0.1",
"tracking-protection": "1.1.x",
"underscore.string": "^3.3.4",
"url-loader": "^0.5.7"
},
"devDependencies": {
"asar": "^0.11.0",
"babel": "^6.1.18",
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-plugin-transform-react-constant-elements": "^6.4.0",
"babel-plugin-transform-react-inline-elements": "^6.4.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-register": "^6.3.13",
"babel-runtime": "^6.3.13",
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"co-mocha": "^1.1.2",
"css-loader": "^0.23.0",
"electron-builder": "^2.3.1",
"electron-packager": "brave/electron-packager",
"electron-rebuild": "^1.1.1",
"electron-winstaller": "^2.3.0",
"empty-port": "0.0.2",
"flow-bin": "^0.22.1",
"gulp": "^3.9.0",
"jsdox": "^0.4.9",
"jsonfile": "^2.2.3",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"mkdirp": "^0.5.1",
"mocha": "^2.3.4",
"ncp": "^2.0.0",
"node-gyp": "^3.2.1",
"node-libs-browser": "^1.0.0",
"node-static": "^0.7.7",
"node-uuid": "^1.4.7",
"nsp": "^2.2.0",
"pre-commit": "^1.1.3",
"spectron": "^1.37.0",
"sqlite3": "^3.1.1",
"standard": "^7.0.0",
"style-loader": "^0.13.0",
"webdriverio": "^4.0.3",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0",
"webpack-notifier": "^1.2.1",
"xml2js": "^0.4.15"
},
"optionalDependencies": {
"electron-installer-debian": "^0.3.0",
"electron-installer-redhat": "^0.2.0"
},
"standard": {
"ignore": [
"app/extensions/**",
"Brave-darwin-x64/**",
"less/**",
"res/**",
"js/data/**",
"dist/**",
"doc/**",
"public/**",
"app/ext/**",
"app/gen/**",
"decls/**"
]
},
"pre-commit": [
"lint",
"docs"
],
"engineStrict": true,
"engines": {
"node": ">= 5.6.0"
}
}