js-example-fraud-score-basics/package.json

25 строки
732 B
JSON
Исходник Обычный вид История

{
"name": "js-example-fraud-score-basics",
"version": "1.0.0",
"description": "Example Fraud Score Basics - Powered by the RBroker Framework",
"main": "fraud-score.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node fraud-score.js"
},
"repository": {
"type": "git",
2016-06-29 21:45:01 +03:00
"url": "https://github.com/microsoft/js-example-fraud-score-basics.git"
},
"author": "Sean Wells <sean.wells.sc@gmail.com>",
"dependencies": {
2016-06-29 21:45:01 +03:00
"rbroker": "8.0.5"
},
2016-06-29 21:45:01 +03:00
"author": "DeployR",
"license": "Apache-2.0",
"bugs": {
2016-06-29 21:45:01 +03:00
"url": "https://github.com/microsoft/js-example-fraud-score-basics/issues"
},
2016-06-29 21:45:01 +03:00
"homepage": "https://github.com/microsoft/js-example-fraud-score-basics"
}