芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/thefirstcookout/4/package.json
{ "name": "TileScroll", "version": "1.0.0", "description": "", "main": "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/[NAME].git" }, "keywords": [], "author": "Codrops", "license": "MIT", "homepage": "[HOMEPAGE]", "bugs": { "url": "https://github.com/codrops/[NAME]/issues" }, "dependencies": { "imagesloaded": "^4.1.4", "locomotive-scroll": "^3.6.1", "parcel-bundler": "^1.12.4" } }