forked from mladenilic/threesixty.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1002 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1002 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
41
42
43
{
"name": "@ashivliving/threesixty-js",
"version": "3.0.6",
"title": "ThreeSixty.js",
"description": "360 product image view library",
"author": {
"name": "Ashiv Gupta"
},
"scripts": {
"build": "webpack",
"test": "mocha --require test/setup.js test/**/*.test.js",
"publish": "npm run build && npm publish"
},
"main": "dist/threesixty.js",
"files": [
"src/*",
"dist/*"
],
"devDependencies": {
"@babel/cli": "^7.7.x",
"@babel/core": "7.7.x",
"@babel/plugin-proposal-class-properties": "^7.7.x",
"@babel/preset-env": "7.7.x",
"babel-loader": "8.0.x",
"chai": "^4.2.0",
"jsdom": "^15.2.1",
"mocha": "^7.0.0",
"webpack": "4.41.x",
"webpack-cli": "3.3.x"
},
"keywords": [
"360",
"image",
"product",
"vanilla JS"
],
"repository": {
"type": "git",
"url": "https://github.com/ashivliving/threesixty.js"
},
"homepage": "https://github.com/ashivliving/threesixty.js",
"license": "MIT"
}