-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 602 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 602 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "flexmasonry",
"version": "0.2.3",
"description": "A lightweight masonry (cascading grid layout) library powered by flexbox",
"author": "Gilbert Pellegrom <gilbert@pellegrom.me>",
"license": "MIT",
"main": "dist/flexmasonry.js",
"scripts": {
"dev": "NODE_ENV=development ./node_modules/.bin/webpack",
"watch": "NODE_ENV=development ./node_modules/.bin/webpack --watch",
"build": "./node_modules/.bin/webpack"
},
"devDependencies": {
"css-loader": "^2.1.1",
"mini-css-extract-plugin": "^0.6.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
}
}