forked from nivaldomartinez/link-prevue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.15 KB
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
{
"name": "link-prevue",
"version": "1.1.3",
"description": "Vue component for generate a link preview",
"main": "./dist/link-prevue.min.js",
"unpkg": "./dist/link-prevue.min.js",
"jsdelivr": "./dist/link-prevue.min.js",
"scripts": {
"lint": "eslint src --ext=js,vue || exit 0",
"dev": "webpack-dev-server --content-base ./dev --env=webpack.dev --open --hot",
"dist": "webpack --env=webpack.dist"
},
"repository": {
"type": "git",
"url": "git://github.com/nivaldomartinez/link-prevue"
},
"files": [
"dist"
],
"keywords": [
"link",
"prevue",
"vue",
"preview"
],
"author": "Nivaldo Martinez",
"license": "MIT",
"bugs": {
"url": "https://github.com/nivaldomartinez/link-prevue/issues"
},
"homepage": "https://github.com/nivaldomartinez/link-prevue#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"css-loader": "^0.28.1",
"vue": "^2.3.3",
"vue-loader": "^12.0.3",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
}
}