-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 823 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 823 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
{
"name": "v-qrcode",
"version": "1.0.1",
"description": "a qrcode component for vue",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf dist",
"build": "npm run clean && webpack && cross-env NODE_ENV=production webpack --config webpack.config.min.js"
},
"author": "wxp201013@163.com",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/atwxp/v-qrcode.git"
},
"keywords": [
"vue",
"qrcode"
],
"dependencies": {
"qrious": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"cross-env": "^3.1.3",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.1.4",
"webpack": "^1.13.3"
}
}