-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 964 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
43
44
45
{
"name": "grawlix",
"version": "1.0.6",
"description": "Replaces profanity with nonsensical symbols",
"main": "grawlix.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": [
"profanity",
"filter",
"swear",
"obscenity",
"expletive",
"replace",
"curse",
"cuss",
"obscene",
"vulgar",
"swearword",
"regex",
"regexp",
"grawlix"
],
"author": "Jon Stout (www.jonstout.net)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:tinwatchman/grawlix.git"
},
"bugs": {
"url": "https://github.com/tinwatchman/grawlix/issues"
},
"devDependencies": {
"coveralls": "^2.13.0",
"istanbul": "^0.4.5",
"jasmine": "^2.5.3"
},
"dependencies": {
"underscore": "^1.8.3"
}
}