-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 956 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
42
{
"name": "grawlix-racism",
"version": "1.0.2",
"description": "Replaces racial slurs with nonsensical symbols",
"main": "grawlix-racism.js",
"scripts": {
"test": "istanbul cover node_modules/jasmine/bin/jasmine.js -x 'spec/**' && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"engines": {
"node": ">=7.3.0"
},
"keywords": [
"grawlix",
"profanity",
"filter",
"slur",
"racial",
"racism",
"replace",
"plugin",
"regex",
"regexp"
],
"author": "Jon Stout (www.jonstout.net)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:tinwatchman/grawlix-racism.git"
},
"bugs": {
"url": "https://github.com/tinwatchman/grawlix-racism/issues"
},
"dependencies": {
"grawlix": "^1.0.6",
"underscore": "^1.8.3"
},
"devDependencies": {
"coveralls": "^2.13.0",
"istanbul": "^0.4.5",
"jasmine": "^2.5.3"
}
}