This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
28 lines (28 sloc)
736 Bytes
| { | |
| "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.2", | |
| "readability": "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", | |
| "lodash": "^4.17.10", | |
| "uglifyjs-webpack-plugin": "^1.3.0", | |
| "webpack": "^4.17.1", | |
| "webpack-cli": "^3.1.0" | |
| } | |
| } |