forked from shershen08/vue-masonry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "vue-masonry",
"version": "0.10.8",
"description": "masonry layout for vue.js",
"main": "dist/vue-masonry-plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "watch-http-server -s -p 8888",
"lint": "eslint --ext .js,.vue src",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shershen08/vue-masonry.git"
},
"dependencies": {
"imagesloaded": "latest",
"masonry": "latest",
"masonry-layout": "4.1.1",
"vue": "^2.0.0"
},
"keywords": [
"masonry",
"layout",
"vue",
"vue.js"
],
"author": "Mikhail Kuznetcov",
"license": "MIT",
"bugs": {
"url": "https://github.com/shershen08/vue-masonry/issues"
},
"homepage": "https://github.com/shershen08/vue-masonry#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^3.14.1",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"uglify-es-webpack-plugin": "^0.10.0",
"uglifyjs-webpack-plugin": "^0.4.6",
"watch-http-server": "^0.7.6",
"webpack": "^3.4.1"
}
}