forked from codrops/Theodore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 869 Bytes
/
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
{
"name": "Infinite Menu Background Animation",
"version": "1.0.0",
"browserslist": "> 0.5%, last 2 versions, not dead",
"description": "A page transition with an animated SVG path for a menu that has an infinite background animation.",
"scripts": {
"start": "parcel src/index.html --open",
"clean": "rm -rf dist/*",
"build:parcel": "parcel build src/index.html --no-content-hash --no-source-maps --public-url ./",
"build": "npm run clean && npm run build:parcel"
},
"repository": {
"type": "git",
"url": "git://github.com/codrops/Theodore.git"
},
"keywords": [],
"author": "Codrops",
"license": "MIT",
"homepage": "https://tympanus.net/codrops",
"bugs": {
"url": "https://github.com/codrops/Theodore/issues"
},
"dependencies": {
"gsap": "^3.8.0",
"imagesloaded": "^4.1.4",
"parcel": "latest"
}
}