forked from IgniteUI/ignite-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.18 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
{
"name": "ignite-ui",
"version": "0.0.1",
"description": "Ignite UI by Infragistics",
"homepage": "http://www.igniteui.com/",
"repository": {
"type": "git",
"url": "https://github.com/IgniteUI/ignite-ui.git"
},
"keywords": [
"igniteui",
"ignite ui",
"infragistics",
"jquery controls",
"jquery widgets"
],
"license": "Apache-2.0",
"scripts": {
"test": "karma start",
"cover": "grunt hint && grunt jscs && npm test -- --single-run",
"postinstall": "npm install -g grunt-cli"
},
"dependencies": {
"jquery": "^3.3.1",
"jquery-ui": "^1.12.1"
},
"devDependencies": {
"coveralls": "^3.0.0",
"glob": "^7.1.2",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-jscs": "^2.8.0",
"jquery-mockjax": "^2.2.0",
"karma": "^2.0.4",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-qunit": "^1.2.1",
"karma-spec-reporter": "0.0.32",
"knockout": "^3.4.2",
"qunitjs": "^2.4.1"
}
}