-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 849 Bytes
/
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
{
"name": "vue-notify-event",
"version": "1.0.1",
"description": "Fire vue events to any component in whole components tree.",
"private": false,
"scripts": {
"build": "cross-env NODE_ENV=production ENV_CONFIG=prod node build/build.js",
"prepublish": "npm run build"
},
"dependencies": {
},
"devDependencies": {
"cross-env": "^7.0.3",
"uglify-js": "^3.18.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"repository": {
"type": "git"
},
"license": "MIT",
"readme": "README.md",
"keywords": [],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"author": {
"name": "James.Huang",
"email": "[email protected]",
"url": "http://www.hz300.com/vue-notify-event/"
},
"main": "dist/index.js",
"files": [
"src",
"dist",
"README.md"
]
}