-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
57 lines (57 loc) · 1.34 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
55
56
57
{
"name": "knayi-myscript",
"version": "2.8.4",
"description": "Knayi Myanmar languages JavaScirpt library",
"main": "main.js",
"module": "dist/knayi-myscript.es.js",
"scripts": {
"test": "mocha",
"build": "webpack",
"start:dev": "webpack-dev-server --entry /entry/file"
},
"repository": {
"type": "git",
"url": "http://github.com/greenlikeorange/knayi-myscript"
},
"keywords": [
"Myanmar",
"Language",
"Font",
"Zawgyi",
"Unicode",
"Convert",
"Detecting",
"Localzation",
"Normalization",
"JavaScript"
],
"contributors": [
"greenlikeorange <[email protected]>",
"Aung Myo Kyaw <[email protected]>"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/greenlikeorange/knayi-myscript/issues"
},
"homepage": "https://github.com/greenlikeorange/knayi-myscript",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"chai": "^4.2.0",
"mocha": "^6.2.2",
"upath": "^1.2.0",
"weallcontribute": "^1.0.9",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-serve": "^3.2.0"
},
"optionalDependencies": {
"myanmar-tools": "^1.1.2"
}
}