forked from ax5ui/ax5core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"name": "ax5core",
"version": "1.3.50",
"description": "`ax5core` is a collection of utility functions that have been designed for use in ax5ui",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ax5ui/ax5core"
},
"author": {
"name": "Thomas Jang",
"email": "tom@axisj.com",
"url": "ax5.io"
},
"keywords": [
"bootstrap",
"jquery",
"ax5ui",
"plugin",
"bootstrap jQuery plugins",
"javascript ui"
],
"scripts": {
"test": "karma start karma.conf.js"
},
"devDependencies": {
"jquery": "^3.1.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-requirejs": "^1.1.0",
"karma-safari-launcher": "^1.0.0",
"lodash": "^4.16.2",
"mocha": "^3.0.2",
"phantomjs-prebuilt": "^2.1.12",
"should": "^11.1.0"
}
}