-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 947 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
{
"name": "v-ajax-form",
"version": "1.0.6",
"description": "vue.js component plug-in to make Form tag compatible with ajax request",
"main": "v-ajax-form.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build:iife",
"build:iife": "rollup -c rollup-config.js"
},
"repository": {
"type": "git",
"url": "git+https://hosokawat@github.com/hosokawat/v-ajax-form.git"
},
"keywords": [
"Vue.js"
],
"author": "Takahiro Hosokawa",
"license": "MIT",
"bugs": {
"url": "https://github.com/hosokawat/v-ajax-form/issues"
},
"homepage": "https://github.com/hosokawat/v-ajax-form#readme",
"dependencies": {
"axios": "^0.19.0",
"vue": "^2.6.10"
},
"devDependencies": {
"rollup": "^1.1.2",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.6.4"
}
}