-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 1.27 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
{
"name": "node-twitter-korean-text",
"version": "1.0.5",
"description": "Nodejs interface to twitter-korean-text",
"main": "index.js",
"scripts": {
"test": "npm run build && lab --globals __core-js_shared__",
"build": "babel src --out-dir lib",
"prepublish": "npm run build",
"install": "node install.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rokoroku/node-twitter-korean-text.git"
},
"keywords": [
"korean",
"nlp",
"twitter-korean-text"
],
"author": "rokoroku <[email protected]>",
"license": "Apache License 2.0",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"code": "^4.0.0",
"lab": "^11.2.1"
},
"dependencies": {
"babel-runtime": "^6.20.0",
"java": "^0.8.0",
"node-wget": "^0.4.2"
},
"mavenDependencies": {
"scala-library": "https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.11.8/scala-library-2.11.8.jar",
"twitter-text": "https://repo1.maven.org/maven2/com/twitter/twitter-text/1.14.0/twitter-text-1.14.0.jar",
"korean-text": "https://repo1.maven.org/maven2/com/twitter/penguin/korean-text/4.4.4/korean-text-4.4.4.jar"
}
}