-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.6 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
{
"name": "jquery_helper",
"version": "1.7.4",
"main": "jquery.min.js",
"jsnext:main": "jquery.esm.js",
"description": "This helper bundles jQuery library plus all the jQuery and jQuery-UI plugins our app uses in a single monolithic file.",
"directories": {
"example": "example"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.1.1",
"grunt": "^1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^0.11.2",
"hammerjs": "^2.0.8",
"jquery": "^3.1.0",
"jquery-ui": "^1.12.0",
"jspm": "^0.17.0-beta.22",
"lodash.assign": "^4.0.9",
"materialize-css": "^0.97.6",
"requirejs": "^2.2.0",
"uglify-js": "^2.7.0",
"velocity-animate": "^1.2.3"
},
"scripts": {
"test": "make test"
},
"keywords": [
"jquery",
"jqueryui",
"bundle",
"systemjs",
"jspm"
],
"author": "[email protected]",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/HuasoFoundries/jquery_helper.git"
},
"bugs": {
"url": "https://github.com/HuasoFoundries/jquery_helper/issues"
},
"homepage": "https://github.com/HuasoFoundries/jquery_helper#readme",
"jspm": {
"registry": "github",
"main": "jquery.min.js",
"format": "amd",
"directories": {
"lib": "dist"
},
"dependencies": {},
"devDependencies": {
"jquery-ui": "components/jqueryui@^1.12.0",
"plugin-babel": "npm:systemjs-plugin-babel@^0.0.12"
},
"overrides": {
"github:components/[email protected]": {
"registry": "jspm",
"dependencies": {}
}
}
}
}