forked from dhowe/RiTaJSv1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.23 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "rita",
"version": "1.3.89",
"author": "Daniel C. Howe <[email protected]>",
"description": "RiTa: A toolkit for natural language and computational literature",
"homepage": "https://rednoise.org/rita",
"repository": {
"type": "git",
"url": "https://github.com/dhowe/RiTa.git"
},
"main": "lib/rita.js",
"engines": {
"node": ">= 0.6"
},
"keywords": [
"nlp",
"natural language",
"language",
"writing",
"generative"
],
"bugs": {
"mail": "[email protected]",
"url": "https://github.com/dhowe/RiTa/issues"
},
"license": "GPL-3.0",
"scripts": {
"test": "gulp test-npm"
},
"dependencies": {},
"tonicExampleFilename": "tonic.js",
"optionalDependencies": {
"yamljs": "^0.2.10"
},
"devDependencies": {
"argv": "0.0.2",
"del": "^1.2.0",
"gulp": "^3.9.1",
"gulp-chmod": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.2",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.4.0",
"gulp-util": "^3.0.6",
"jshint": "^2.9.7",
"qunit": "^0.7.5",
"yargs": "^3.15.0"
}
}