-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
41 lines (41 loc) · 1010 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "flashtext.js",
"version": "1.0.5",
"description": "A JavaScript Port of the Python package FlashText",
"main": "build/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"coverage": "node_modules/.bin/jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"build": "node_modules/.bin/minify src -d build",
"release": "np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drenther/flashtext.js.git"
},
"keywords": [
"flashtext",
"search-in-text",
"string-search",
"nlp",
"search-and-replace"
],
"author": "Soumyajit Pathak",
"license": "MIT",
"bugs": {
"url": "https://github.com/drenther/flashtext.js/issues"
},
"homepage": "https://github.com/drenther/flashtext.js#readme",
"devDependencies": {
"babel-minify": "^0.2.0",
"babel-preset-minify": "^0.2.0",
"coveralls": "^3.0.1",
"jest": "^21.2.1",
"np": "^2.20.1"
},
"dependencies": {}
}