-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 loc) · 1.33 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
{
"name": "mok-project",
"version": "1.1.7",
"description": "A jQuery plugin providing multilingual onscreen keyboard for terminals and kiosks.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/srm985/mok-project.git"
},
"keywords": [
"JavaScript",
"Keyboard",
"Kiosk",
"Multilingual",
"On-Screen",
"Terminal",
"Touch",
"Virtual",
"jQuery"
],
"author": "Sean McQuay (www.seanmcquay.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/srm985/mok-project/issues"
},
"homepage": "https://github.com/srm985/mok-project#readme",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.26.3",
"del": "^4.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^5.0.0",
"gulp-if": "^2.0.2",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-sequence": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"natives": "^1.1.6"
}
}