-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
35 lines (35 loc) · 864 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": "babel-plugin-jsx-v-model",
"version": "2.0.3",
"description": "JSX v-model transform",
"main": "index.js",
"scripts": {
"test": "ava",
"coverage": "nyc --reporter=lcov npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nickmessing/babel-plugin-jsx-v-model.git"
},
"keywords": [
"Vue",
"jsx",
"v-model"
],
"author": "Nicolai Moraru <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nickmessing/babel-plugin-jsx-v-model/issues"
},
"homepage": "https://github.com/nickmessing/babel-plugin-jsx-v-model#readme",
"dependencies": {
"babel-plugin-syntax-jsx": "^6.18.0",
"html-tags": "^2.0.0",
"svg-tags": "^1.0.0"
},
"devDependencies": {
"ava": "^0.21.0",
"babel-core": "^6.25.0",
"nyc": "^11.0.3"
}
}