-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 733 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 733 Bytes
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
{
"name": "buzzshit",
"version": "0.1.1",
"description": "Replace any bullshit words in a string by something more realistic",
"main": "src/buzzshit.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/martpie/buzzshit.git"
},
"keywords": [
"buzzwords",
"buzzword",
"bullshit",
"replace",
"string"
],
"author": "Pierre de la Martinière <pierre.de.la.martiniere@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/martpie/buzzshit/issues"
},
"homepage": "https://github.com/martpie/buzzshit#readme",
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.19.1",
"jest": "^22.4.3"
}
}