package.json
831 Bytes
{
"name": "sate24-to-cjk",
"version": "1.0.0",
"description": "ST24 to CJK",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:reload97/sate24-to-cjk.git"
},
"keywords": [
"st24",
"ciwaru",
"cjk",
"ppob"
],
"author": "Adhidarma Hadiwinoto <adhisimon@gmail.com>",
"license": "ISC",
"dependencies": {
"crypto": "0.0.3",
"ini": "^1.3.4",
"moment": "^2.13.0",
"mongodb": "^2.1.18",
"sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git",
"sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git",
"strftime": "^0.9.2",
"winston": "^2.2.0",
"xml": "^1.0.1",
"xml2js": "^0.4.16"
},
"devDependencies": {
"should": "^8.3.1"
}
}