forked from web-mech/badwords
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 859 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
{
"name": "bad-words-es",
"version": "1.0.0",
"description": "A forked javascript filter for bad words in spanish and english",
"main": "./lib/badwords",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec",
"docs": "./node_modules/.bin/documentation readme --section API ./lib/badwords.js"
},
"repository": {
"type": "git",
"url": "git://github.com/MoisesLaris/badwords-es.git"
},
"keywords": [
"curse",
"words",
"groserias",
"malas palabras",
"profanity",
"spanish",
"es",
"filter"
],
"dependencies": {
"badwords-list": "^1.0.0"
},
"devDependencies": {
"better-assert": "1.0.0",
"documentation": "^5.3.3",
"mocha": "^5.2.0"
},
"author": "Moises Laris",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
}
}