-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 833 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
{
"name": "knope",
"version": "1.1.2",
"description": "A package to generate compliments like Parks and Rec's Leslie Knope.",
"main": "knope.js",
"scripts": {
"test": "jest",
"install": "node ./install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryderdamen/Leslie-Knope-Compliment-Generator.git"
},
"keywords": [
"Leslie Knope",
"Knope",
"Parks and Recreation",
"Parks and Rec",
"Parks & Recreation",
"Parks & Rec",
"Knope 2012"
],
"author": "Ryder Damen (https://ryderdamen.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/ryderdamen/Leslie-Knope-Compliment-Generator/issues"
},
"homepage": "https://github.com/ryderdamen/Leslie-Knope-Compliment-Generator#readme",
"devDependencies": {
"jest": "^23.6.0"
}
}