-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 825 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 825 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
{
"name": "imagestackgrid",
"version": "1.0.0",
"description": "*How to use this template:*",
"main": "src/js/index.js",
"scripts": {
"start": "parcel src/index.html --open",
"clean": "rm -rf dist/*",
"build:parcel": "parcel build src/index.html --no-content-hash --no-minify --no-source-maps --public-url ./",
"build": "npm run clean && npm run build:parcel"
},
"repository": {
"type": "git",
"url": "git://github.com/codrops/%5BNAME%5D.git"
},
"keywords": [],
"author": "Codrops",
"license": "MIT",
"homepage": "http://[HOMEPAGE]",
"bugs": {
"url": "https://github.com/codrops/[NAME]/issues"
},
"dependencies": {
"gsap": "^3.5.1",
"imagesloaded": "^4.1.4",
"locomotive-scroll": "^4.0.4",
"parcel-bundler": "^1.12.4",
"splitting": "^1.0.6"
}
}