forked from mozilla-mobile/firefox-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 695 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 695 Bytes
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
{
"name": "firefox-ios",
"version": "1.0.0",
"description": "Firefox for iOS",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla-mobile/firefox-ios.git"
},
"license": "MPL-2.0",
"dependencies": {
"page-metadata-parser": "1.1.4",
"readability": "mozilla/readability#b9f47bcc8d3c223cabe2dec6a42eeb3bd778d85c"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"babel-loader": "^8.0.6",
"@babel/preset-env": "7.1.0",
"babel-preset-es2015": "^6.24.1",
"glob": "^7.1.6",
"lodash": "^4.17.19",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}