forked from ax5ui/ax5ui-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 862 Bytes
/
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
{
"name": "ax5ui-grid",
"version": "1.4.131",
"description": "A grid plugin that works with Bootstrap & jQuery",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ax5ui/ax5ui-grid"
},
"author": {
"name": "Thomas Jang",
"email": "[email protected]",
"url": "ax5.io"
},
"keywords": [
"bootstrap",
"jquery",
"ax5ui",
"plugin",
"bootstrap jQuery plugins",
"grid",
"ax5ui-grid",
"javascript ui"
],
"scripts": {
"test": "karma start karma.conf.js"
},
"dependencies": {
"jquery": "",
"ax5core": ">=1.4.115",
"ax5ui-menu": "",
"ax5ui-formatter": "",
"ax5ui-calendar": "",
"ax5ui-picker": ""
},
"devDependencies": {
"karma": "^1.3.0",
"karma-mocha": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"mocha": "^3.1.0",
"phantomjs-prebuilt": "^2.1.13",
"webdriverio": "^4.6.1"
}
}