-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 786 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 786 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
32
33
{
"name": "sentencer",
"version": "0.2.1",
"description": "Sentencer is a string templating engine for madlibs-style sentence generating.",
"homepage": "https://kylestetz.github.io/Sentencer/",
"repository": "https://github.com/kylestetz/Sentencer",
"bugs": "https://github.com/kylestetz/Sentencer/issues",
"license": "MIT",
"scripts": {
"start": "node index.js",
"test": "gulp test"
},
"dependencies": {
"articles": "~0.2.1",
"lodash": "^4.17.11",
"natural": "~0.1.28",
"randy": "~1.5.1"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-mocha": "^6.0.0"
},
"main": "index.js",
"keywords": [
"sentences",
"sentence",
"random",
"madlibs",
"metaphorpsum"
],
"author": "Kyle Stetz",
"license": "MIT"
}