-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
50 lines (50 loc) · 1.01 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
{
"name": "mk-ui",
"version": "2.1.61",
"description": "Flexible, Accessible Web Components",
"dependencies": {},
"devDependencies": {
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-less": "^3.1.0",
"gulp-minify": "0.0.14",
"gulp-sass": "^2.3.2",
"pug": "^2.0.0-beta3",
"rootpath": "^0.1.2"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/markitondemand/mk-ui"
},
"keywords": [
"javascript",
"ui",
"accessibility",
"user-interface"
],
"author": "Michael Juliano with Markit Digital",
"license": "MIT",
"bugs": {
"url": "https://github.com/markitondemand/mk-ui/issues"
},
"homepage": "https://github.com/markitondemand/mk-ui",
"files": [
"dist/js/*.js",
"dist/css/*.css",
"dist/scss/*.scss",
"dist/less/*.less",
"index.js",
"autocomplete.js",
"datepicker.js",
"dialog.js",
"loader.js",
"tooltip.js",
"selectmenu.js",
"LICENSE"
]
}