UNPKG

navinfo-web-sdk

Version:

NavinfoWebSDK

68 lines (67 loc) 1.77 kB
{ "name": "navinfo-web-sdk", "version": "1.0.3", "main": "dist/navinfo.js", "license": "Apache", "scripts": { "lint": "better-npm-run lint", "lint:fix": "npm run lint -- --fix", "dev": "better-npm-run dev", "prod": "better-npm-run prod" }, "betterScripts": { "lint": { "command": "eslint src config --ext .js", "env": { "DEBUG": "app:*" } }, "dev": { "command": "webpack --config config/webpack.dev.config", "env": { "NODE_ENV": "development", "DEBUG": "app:*" } }, "prod": { "command": "webpack --config config/webpack.prod.config", "env": { "NODE_ENV": "production", "DEBUG": "app:*" } } }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-eslint": "^7.2.3", "babel-loader": "^7.1.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.1", "babel-preset-stage-0": "^6.24.1", "better-npm-run": "^0.1.0", "clean-webpack-plugin": "^0.1.16", "css-loader": "^0.28.4", "eslint": "^4.3.0", "eslint-import-resolver-webpack": "^0.8.3", "eslint-plugin-import": "^2.7.0", "extract-text-webpack-plugin": "^3.0.0", "file-loader": "^0.11.2", "style-loader": "^0.18.2", "url-loader": "^0.5.9", "webpack": "^3.4.1" }, "dependencies": { "babel-runtime": "^6.26.0", "debug": "^3.1.0", "eslint-config-airbnb-base": "^12.1.0", "eventemitter3": "^3.0.0", "jsts": "^1.5.0", "leaflet": "^1.2.0", "lodash": "^4.17.4", "mousetrap": "^1.6.1", "node-forge": "^0.7.1", "proj4": "^2.4.4", "uuid": "^3.1.0" } }