-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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
{
"name": "geokeyboard",
"version": "1.1.3",
"description": "Type using Georgian keyboard layout",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.prod.js",
"build-dev": "webpack --config webpack.dev.js",
"watch": "webpack --watch --config webpack.dev.js",
"start": "webpack-dev-server --open --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dachinat/geokeyboard.git"
},
"keywords": [
"georgian",
"keyboard",
"geokb",
"geokbd"
],
"author": "Dachi Natsvlishvili",
"license": "ISC",
"bugs": {
"url": "https://github.com/dachinat/geokeyboard/issues"
},
"homepage": "https://dachinat.github.io/geokeyboard/",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-preset-env": "^1.6.1",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^4.1.1",
"webpack-sources": "^1.0.1"
},
"dependencies": {
"babel-polyfill": "^6.26.0"
}
}