forked from mladenilic/threesixty.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
43
44
{
"name": "@mladenilic/threesixty.js",
"version": "1.3.1",
"title": "ThreeSixty.js",
"description": "360 product image view library",
"author": {
"name": "Mladen Ilic"
},
"scripts": {
"build:dist": "webpack --mode production",
"build:lib": "babel src -d lib",
"start": "webpack serve --mode development",
"test": "mocha --require test/setup.js test/**/*.test.js"
},
"main": "lib/threesixty.js",
"files": [
"src/*",
"lib/*",
"dist/*"
],
"devDependencies": {
"@babel/cli": "^7.19.x",
"@babel/core": "7.20.x",
"@babel/preset-env": "7.20.x",
"babel-loader": "9.1.x",
"chai": "^4.3.7",
"jsdom": "^20.0.3",
"mocha": "^10.1.0",
"webpack": "5.75.x",
"webpack-cli": "5.0.x",
"webpack-dev-server": "^4.11.1"
},
"keywords": [
"360",
"image",
"product"
],
"repository": {
"type": "git",
"url": "https://github.com/mladenilic/threesixty"
},
"homepage": "https://github.com/mladenilic/threesixty",
"license": "MIT"
}