n-clark
Version:
LUIS.ai wrapper
37 lines (36 loc) • 751 B
JSON
{
"name": "n-clark",
"version": "1.1.1",
"description": "LUIS.ai wrapper",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avoidwork/n-clark.git"
},
"keywords": [
"LUIS",
"AI",
"language",
"processing",
"natural",
"service",
"intelligence"
],
"author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/avoidwork/n-clark/issues"
},
"homepage": "https://github.com/avoidwork/n-clark#readme",
"dependencies": {
"node-fetch": "^2.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^20.1.0"
}
}