-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "vue2-medium-editor",
"version": "1.1.6",
"description": "A VueJS plugin for medium-editor",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf dist",
"build": "webpack",
"build-production": "NODE_ENV=production webpack",
"prepublish": "npm run clean && npm run build && npm run build-production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FranzSkuffka/vue-medium-editor.git"
},
"keywords": [
"vue",
"js",
"medium",
"editor",
"directive"
],
"author": "Jan Wirth <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/FranzSkuffka/vue-medium-editor/issues"
},
"homepage": "https://github.com/FranzSkuffka/vue-medium-editor#readme",
"dependencies": {
"medium-editor": "^5.22.1",
"webpack-cli": "^3.1.2"
},
"devDependencies": {
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"babili": "^0.1.2",
"uglifyjs-webpack-plugin": "^0.4.3",
"webpack": "^2.6.1"
}
}