forked from ngx-material-keyboard/angular-material-keyboard
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.82 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.82 KB
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
58
59
60
61
62
63
64
65
66
67
{
"contributors": [
"David Enke <postdavidenke.de> ()",
"Taylor Lanclos <tlanclos@live.com> ()"
],
"dependencies": {
"angular": "1.5.5",
"angular-animate": "1.5.5",
"angular-aria": "1.5.5",
"angular-material": "1.0.8",
"angular-messages": "1.5.5",
"angular-mocks": "1.5.5",
"angular-route": "1.5.5",
"angular-sanitize": "1.5.5",
"material-design-icons": "2.2.3"
},
"description": "Onscreen virtual keyboard for Angular (https://angularjs.org/) using Material (https://material.angularjs.org/) inspired by the Angular Virtual Keyboard by the-darc (https://github.com/the-darc/angular-virtual-keyboard).",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-load-plugins": "^0.8.0",
"gulp-concat": "^2.5.2",
"gulp-header": "^1.2.2",
"gulp-footer": "^1.0.5",
"gulp-angular-embed-templates": "^2.1.2",
"gulp-replace": "^0.5.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-uglify": "^1.1.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-clean-css": "^2.0.8",
"jshint-stylish": "^2.2.1"
},
"directories": {},
"homepage": "https://github.com/tlanclos/angular-material-keyboard",
"keywords": [
"Angular",
"Material",
"Angular Material Design",
"Onscreen",
"Keyboard",
"VKI",
"Virtual"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "postdavidenke.de",
"name": "David Enke"
},
{
"email": "tlanclos@live.com",
"name": "Taylor Lanclos"
}
],
"name": "angular-material-keyboard",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/tlanclos/angular-material-keyboard.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"version": "0.0.13"
}