-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.28 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.28 KB
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
{
"name": "bc-carousel",
"version": "3.0.2",
"private": true,
"description": "Bigcommerce Carousel Module",
"main": "dist/js/carousel",
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"finalhandler": "^0.3.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"node-sass": "^3.1.2",
"nodemon": "^1.3.7",
"pre-commit": "^1.1.3",
"serve-static": "^1.8.1"
},
"license": "MIT",
"scripts": {
"serve": "nodemon server.js",
"build": "node ./build.js",
"gulp-bundle": "gulp bundle",
"git-add": "git add dist/js/carousel.js"
},
"jspm": {
"main": "carousel.js",
"directories": {
"lib": "src"
},
"dependencies": {
"imagesloaded": "npm:imagesloaded@^3.1.8",
"jquery": "github:components/jquery@^3.4.1",
"jquery-revealer": "github:pixelunion/jquery.revealer@^2.0.0",
"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": {
"imagesloaded": "^4.1.0",
"jquery": "^3.5.1",
"jquery-revealer": "github:pixelunion/jquery.revealer",
"jquery-trend": "^0.1.0"
},
"pre-commit": [
"gulp-bundle",
"git-add"
]
}