-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "jquery.bangla",
"version": "1.3.2",
"description": "A versatile bangla input tool for the web",
"main": "./dist/jquery.bangla.js",
"scripts": {
"lint": "eslint ./src/index.js",
"build": "webpack --progress --mode production",
"dev": "webpack --watch --progress --hide-modules --watch-poll --mode development",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"gh-pages": "sh gh-pages.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dipu-bd/bangla-input.git"
},
"keywords": [
"bangla",
"avro",
"jsavro",
"phonetic",
"typing",
"input",
"tool",
"ime",
"jquery",
"jquery.bangla",
"jquery.bninput",
"input tools",
"bangla input"
],
"author": "Sudipto Chandra <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/dipu-bd/bangla-input/issues"
},
"homepage": "https://github.com/dipu-bd/bangla-input#readme",
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1"
}
}