-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 898 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 898 Bytes
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
{
"name": "bc-loading",
"description": "Bigcommerce Loading Overlay Module",
"version": "2.0.3",
"private": true,
"main": "dist/loading",
"jspm": {
"main": "loading.js",
"directories": {
"lib": "src"
},
"dependencies": {
"jquery": "github:components/jquery@^3.4.1",
"jquery-trend": "npm:jquery-trend@^0.1.0"
},
"devDependencies": {
"babel": "npm:babel-core@4.7.16",
"babel-runtime": "npm:babel-runtime@4.7.16",
"core-js": "npm:core-js@^0.8.4"
}
},
"dependencies": {
"jquery": "^3.5.1",
"jquery-trend": "^0.1.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"pre-commit": "^1.1.3"
},
"scripts": {
"gulp-bundle": "gulp bundle",
"git-add": "git add dist/loading.js"
},
"pre-commit": [
"gulp-bundle",
"git-add"
]
}