This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
66 lines (66 loc) · 1.86 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "kendo-ui-forms",
"version": "0.1.9",
"description": "A cross-browser polyfill for HTML5 forms features",
"repository": {
"type": "git",
"url": "git://github.com/kendo-labs/kendo-ui-forms.git"
},
"keywords": [
"html5",
"polyfill",
"forms",
"validation",
"kendo ui"
],
"devDependencies": {
"grunt": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-kendo-lint": "~0.0.1",
"grunt-conventional-changelog": "~0.1.2",
"grunt-notify": "~0.2.7",
"grunt-concat-css": "~0.1.0",
"grunt-contrib-cssmin": "~0.6.1",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.0",
"karma-requirejs": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.1",
"grunt-karma": "~0.6.1",
"karma-safari-launcher": "~0.1.1",
"karma-opera-launcher": "~0.1.0"
},
"testling": {
"browsers": [
"iexplore7", "iexplore8", "iexplore9", "iexplore10",
"firefox/19", "firefox/nightly",
"chrome24", "chrome/25", "chrome/canary",
"opera/11.6", "opera/12.0", "opera/next" ,
"safari/4.0", "safari/5.0.5", "safari/5.1"
],
"harness": "jasmine",
"scripts": [
"lib/**/*.js",
"dist/js/kendo.forms.min.js",
"spec/lib/jasmine/jasmine-1.3.1/jasmine.js",
"spec/lib/jasmine/jasmine-jquery.js",
"spec/lib/jasmine/jasmine-tap.js",
"spec/js/fixtures.js",
"spec/js/runner.js"
]
},
"author": "Brandon Satrom",
"license": "Apache 2.0",
"readmeFilename": "README.asciidoc",
"scripts": {
"test": "grunt test"
}
}