-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 832 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 832 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
31
32
33
34
{
"name": "vue-stack-grid",
"version": "1.2.2",
"description": "Vue components for stack grid/waterfall/Pinterest type layouts. Lightweight, reactive and responsive.",
"main": "index.js",
"scripts": {
"build": "npm install && webpack",
"watch": "webpack --watch",
"examples": "node bin/examples"
},
"author": {
"name": "Wouter Florijn",
"email": "woutermflorijn@gmail.com"
},
"license": "ISC",
"homepage": "https://github.com/WouterFlorijn/vue-stack-grid",
"repository": "WouterFlorijn/vue-stack-grid",
"keywords": [
"vue",
"grid",
"pinterest",
"stack",
"waterfall"
],
"dependencies": {
"vue-images-loaded": "^1.1.2"
},
"devDependencies": {
"inquirer": "^7.1.0",
"poi": "^12.8.0",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
}
}