-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 860 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": "fis3-parser-vue",
"version": "0.3.0",
"description": "fis3 parser vue",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okoala/fis3-parser-vue.git"
},
"keywords": [
"fis3",
"parser",
"vue"
],
"author": "Koala Huang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/okoala/fis3-parser-vue/issues"
},
"homepage": "https://github.com/okoala/fis3-parser-vue#readme",
"dependencies": {
"vueify-sync": "^0.2.0"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^5.8.34",
"vue-hot-reload-api": "^1.2.2",
"vueify-insert-css": "^1.0.0"
}
}