-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 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
{
"name": "puffin.js",
"version": "1.1.0",
"description": "A new way to hover images",
"main": "dist/puffin.min.js",
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c",
"test": "mocha --require babel-register --reporter=nyan"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Treast/puffin.js.git"
},
"keywords": [
"hover",
"hover",
"images",
"puffin.js",
"puffin",
"effect",
"image",
"image",
"effect"
],
"author": "Vincent Riva <vincent.riva@outlook.fr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Treast/puffin.js/issues"
},
"homepage": "https://treast.github.io/puffin.js/",
"devDependencies": {
"@babel/core": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"mocha": "^5.2.0",
"node-sass": "^4.14.1",
"rollup-plugin-scss": "^2.6.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-uglify": "^6.0.4"
},
"dependencies": {
"cross-env": "^5.2.1",
"gsap": "^3.6.0",
"lodash": "^4.17.20"
}
}