-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.25 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.25 KB
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
40
41
42
43
{
"name": "nanogenmo2015",
"version": "1.0.0",
"description": "generate 50K words in November, or bust!",
"main": "index.js",
"dependencies": {
"commander": "^2.9.0",
"github-scraper": "^3.0.23",
"jinq": "1.5.2",
"linq": "3.0.5",
"node-mispelr": "file:C:\\Users\\MICHAE~1\\AppData\\Local\\Temp\\npm-2904-be119640\\git-cache-fbfe1d7fdab1\\9622934cb60c42e587212470adaf1ab282fd6f05",
"node-summary": "1.1.0",
"parse-link-header": "^0.4.1",
"request": "^2.65.0",
"sync-request": "^2.1.0",
"tagspewer": "file:C:\\Users\\MICHAE~1\\AppData\\Local\\Temp\\npm-7920-59a3e910\\git-cache-6c24c033cbd7\\5ad5e575f00ddff0587b75e181b4c56cfad475c8",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^3.4.0",
"mocha": "^2.3.3"
},
"scripts": {
"test": "mocha heartless/tests/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/michaelpaulukonis/nanogenmo2015"
},
"keywords": [
"nanogenmo",
"generative",
"text",
"computational",
"narratology"
],
"author": "Michael Paulukonis",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelpaulukonis/nanogenmo2015/issues"
},
"homepage": "https://github.com/michaelpaulukonis/nanogenmo2015"
}