-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 988 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 988 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
34
35
36
{
"name": "jp-assistant",
"version": "1.0.0",
"description": "Japanese language assistant website from an input method to a converter",
"scripts": {
"build": "browserify js/require.js -o dist/bundle.js",
"copy": "copy-for-browser",
"dev": "budo js/require.js:dist/bundle.js --wg '**/*.{html,js,css}' --live -- --debug"
},
"browserCopy": {
"dist/": [
"kuromoji/dict/"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/sglkc/jp-assistant.git"
},
"author": "sglkc",
"license": "MIT",
"bugs": {
"url": "https://github.com/sglkc/jp-assistant/issues"
},
"homepage": "https://github.com/sglkc/jp-assistant#readme",
"devDependencies": {
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"budo": "^11.7.0",
"copy-for-browser": "^2.0.3",
"jp-verbs": "^1.0.1",
"kamiya-codec": "^4.5.0",
"kuroshiro": "^1.1.2",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"wanakana": "^5.0.2"
}
}