lte-earfcn-calculator
Version:
Javascript library for calculate EARFCN and Frequency.
49 lines (48 loc) • 1.48 kB
JSON
{
"name": "lte-earfcn-calculator",
"version": "0.2.99",
"description": "Javascript library for calculate EARFCN and Frequency.",
"keywords": [
"LTE",
"EARFCN",
"Calculator",
"Javascript",
"JS"
],
"main": "./build/lte-earfcn-calculator.min.js",
"scripts": {
"start": "babel-node src/index.js",
"test": "mocha",
"build": "./node_modules/.bin/webpack --mode=production",
"prepublishOnly": "npm run build",
"transpile": "babel src --out-file build/index.js",
"cover": "node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/mocha $(find . -name '*.spec.js') --recursive -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qvil/lte-earfcn-calculator.git"
},
"author": "Taesu Hyeon <qvil1127@gmail.com> (https://qvil.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/qvil/lte-earfcn-calculator/issues"
},
"homepage": "https://github.com/qvil/lte-earfcn-calculator#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"coveralls": "^2.13.1",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"nodemon": "^1.11.0",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"jsonfile": "^3.0.1"
}
}