-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
36 lines (36 loc) · 846 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
{
"name": "lorembarnak",
"version": "1.0.7",
"description": "The Québécois swear generator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"lorem",
"ipsum",
"profanity",
"generator",
"placeholder",
"text",
"swear"
],
"author": "Henry Myers <npm@henrymyers.com> (https://henrymyers.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/henrymyers/lorembarnak.git"
},
"bugs": {
"url": "https://github.com/henrymyers/lorembarnak/issues"
},
"homepage": "https://lorembarnak.com",
"devDependencies": {
"browserify": "^16.2.3",
"pre-commit": "^1.2.2",
"typescript": "^3.2.4"
}
}