topic-detection
Version:
A simple topic detection module
36 lines (35 loc) • 810 B
JSON
{
"name": "topic-detection",
"version": "0.1.2",
"description": "A simple topic detection module",
"main": "lib/topic-detection.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/morungos/topic-detection.git"
},
"keywords": [
"topic",
"detection",
"wordnet"
],
"devDependencies": {
"chai": "^1.10.0",
"coffee-script": "^1.8.0",
"gulp": "^3.8.10",
"gulp-coffee": "^2.2.0",
"gulp-if": "^1.2.5",
"gulp-mocha": "^2.0.0",
"mocha": "^2.2.5"
},
"dependencies": {
},
"author": "Stuart Watt <stuart@morungos.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/morungos/topic-detection/issues"
},
"homepage": "https://github.com/morungos/topic-detection#readme"
}