UNPKG

@ironcladgeek/iran-custom-calc

Version:

Simple handy application for calculating Iranian customs declaration and warehouse prices

44 lines (43 loc) 1.25 kB
{ "name": "@ironcladgeek/iran-custom-calc", "version": "2.0.1", "description": "Simple handy application for calculating Iranian customs declaration and warehouse prices", "main": "index.js", "scripts": { "start": "cross-env NODE_ENV=development webpack-dev-server --open --hot", "dev": "webpack", "build": "cross-env NODE_ENV=production webpack --progress --hide-modules" }, "repository": { "type": "git", "url": "git+https://github.com/ironcladgeek/iran-custom-calc.git" }, "keywords": [ "iran", "customs" ], "author": "M. Reza Zerehpoosh", "license": "MIT", "bugs": { "url": "https://github.com/ironcladgeek/iran-custom-calc/issues" }, "homepage": "https://github.com/ironcladgeek/iran-custom-calc#readme", "dependencies": { "bulma": "^0.4.0", "vue": "^2.2.6" }, "devDependencies": { "babel-core": "^6.0.0", "babel-loader": "^6.0.0", "babel-preset-latest": "^6.0.0", "cross-env": "^3.0.0", "css-loader": "^0.25.0", "extract-text-webpack-plugin": "^2.1.0", "file-loader": "^0.9.0", "style-loader": "^0.16.1", "vue-loader": "^11.3.4", "vue-template-compiler": "^2.2.1", "webpack": "^2.3.3", "webpack-dev-server": "^2.2.0" } }