uang
Version:
Indonesian's Money NPM Modules
46 lines (45 loc) • 1.06 kB
JSON
{
"name": "uang",
"version": "0.0.4",
"description": "Indonesian's Money NPM Modules",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"engines": {
"node": ">=4.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muhammadridho/uang.git"
},
"keywords": [
"uang",
"npm",
"indonesia",
"rupiah"
],
"author": "muhammadridho",
"license": "MIT",
"bugs": {
"url": "https://github.com/muhammadridho/uang/issues"
},
"homepage": "https://github.com/muhammadridho/uang#readme",
"devDependencies": {
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-runtime": "^6.23.0",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"chai": "^4.0.2",
"mocha": "^3.4.2"
},
"dependencies": {
"babel": "^6.23.0",
"babel-preset-es2017": "^6.24.1",
"deasync": "^0.1.10",
"es6-promise": "^4.1.0"
}
}