forked from greenlikeorange/knayi-myscript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 931 Bytes
/
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
{
"name": "knayi-myscript",
"version": "2.2.0",
"description": "Knayi Myanmar languages JavaScirpt library",
"main": "main.js",
"scripts": {
"test": "mocha",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "http://github.com/greenlikeorange/knayi-myscript"
},
"keywords": [
"Myanmar",
"Language",
"Font",
"Zawgyi",
"Unicode",
"Convert",
"Detecting",
"Localzation",
"JavaScript"
],
"contributors": [
"greenlikeorange <[email protected]>",
"Aung Myo Kyaw <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/greenlikeorange/knayi-myscript/issues"
},
"homepage": "https://github.com/greenlikeorange/knayi-myscript",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"chai": "^4.0.2",
"mocha": "^3.4.2",
"webpack": "^3.0.0"
}
}