forked from dr-kd/jspos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 742 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 742 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
{
"name": "jspos",
"description": "Javascript port of Mark Watson's FastTag Part of Speech Tagger",
"version": "0.0.1",
"keywords": ["grammar", "speech", "fasttag"],
"homepage": "https://github.com/singingfish/jspos",
"author": "Percy Wegmann (http://www.percywegmann.com/)",
"scripts": {
"test": "vows --spec test/*",
"start": "node demo/server.js",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/singingfish/jspos.git"
},
"licenses": [
{
"type": "GNU LESSER GENERAL PUBLIC LICENSE-3",
"url": "http://www.opensource.org/licenses/lgpl-3.0.html"
}
],
"devDependencies": {
"vows":"",
"node-static" : "",
"uglify-js" : ""
}
}