25 lines
702 B
JSON
25 lines
702 B
JSON
{
|
|
"name": "lightbox",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"compile": "browserify src/index.js -o dist/wp-lightbox-2.js",
|
|
"babel": "babel dist/wp-lightbox-2.js --out-file dist/wp-lightbox-2.min.js --no-comments",
|
|
"build": "npm run compile && npm run babel",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.11.6",
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
|
|
"@babel/preset-env": "^7.11.5",
|
|
"babel-preset-minify": "^0.5.1",
|
|
"browserify": "^16.5.2"
|
|
},
|
|
"dependencies": {}
|
|
}
|