-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.02 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
{
"name": "mvcct-enhancer",
"version": "1.1.0",
"description": "a javascript package to handle standard html enhancements",
"main": "mvcct.enhancer.min.js",
"repository": {
"type": "git",
"url": "git://github.com/MvcControlsToolkit/mvcct-enhancer.git"
},
"keywords": [
"html",
"enhancement",
"html5",
"polyfill"
],
"readme": "a javascript package to handle standard html enhancements",
"author": "Mvc Controls Toolkit Team",
"license": "https://github.com/MvcControlsToolkit/mvcct-enhancer/blob/master/LICENSE.txt",
"bugs": {
"url": "https://github.com/MvcControlsToolkit/mvcct-enhancer/issues"
},
"homepage": "https://github.com/MvcControlsToolkit/mvcct-enhancer",
"files": [
"LICENSE.txt",
"mvcct.enhancer.d.ts",
"mvcct.enhancer.js",
"mvcct.enhancer.min.js",
"enhancer-modules/mvcct.enhancer.input.basic.js",
"enhancer-modules/mvcct.enhancer.input.basic.min.js"
],
"devDependencies": {
"gulp": "^3.9.1",
"gulp-closure-compiler": "^0.4.0"
}
}