lang-detector
Version:
A library for detecting the programming language of a code snippet.
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "lang-detector",
"version": "1.0.6",
"description": "A library for detecting the programming language of a code snippet.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha ./test/test.js",
"bundle": "rm -f ./test/site/bundle.js && ./node_modules/.bin/browserify ./test/site/main.js -o ./test/site/bundle.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ts95/lang-detector"
},
"keywords": [
"programming",
"language",
"detection",
"detector",
"code",
"classify",
"classifier",
"identify",
"identifier"
],
"author": "Toni Sučić",
"license": "MIT",
"bugs": {
"url": "https://github.com/ts95/lang-detector/issues"
},
"homepage": "https://github.com/ts95/lang-detector",
"dependencies": {
"underscore": "^1.8.2"
},
"browserDependencies": {
"underscore": "^1.8.2"
},
"devDependencies": {
"browserify": "^9.0.3",
"jquery": "^2.1.3",
"mocha": "^2.2.1"
}
}