-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 894 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
{
"name": "fuck-shit-up",
"version": "2.0.0",
"description": "Adds \"fuck\" to sentences.",
"main": "index.js",
"bin": {
"fsu": "./tools/fsu.js"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "[email protected]:jimkang/fuck-shit-up.git"
},
"keywords": [],
"author": "Jim Kang",
"license": "MIT",
"bugs": {
"url": "https://github.com/jimkang/fuck-shit-up/issues"
},
"homepage": "https://github.com/jimkang/fuck-shit-up",
"devDependencies": {
"eslint": "^7.32.0",
"seedrandom": "^2.4.2",
"tape": "^5.3.1"
},
"dependencies": {
"async": "^0.9.0",
"conform-async": "^1.1.1",
"get-spatial-preposition": "^1.0.0",
"get-stdin": "^5.0.1",
"lodash.compact": "^3.0.1",
"lodash.contains": "^2.4.3",
"probable": "^1.4.0",
"queue-async": "^1.0.7",
"wordpos": "^0.1.15"
}
}