-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
39 lines (39 loc) · 1013 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
{
"name": "fis3-parser-vue-component",
"version": "5.5.1",
"description": "A parser plugin for fis3 to parser vue component.",
"keywords": [
"fis3",
"fis3-parser-vue-component",
"fis3-parser",
"vue",
"component"
],
"main": "index.js",
"dependencies": {
"chalk": "^1.1.3",
"deasync": "^0.1.11",
"hash-sum": "^1.0.2",
"lru-cache": "^4.0.2",
"object-assign": "^4.1.0",
"postcss": "^5.2.16",
"postcss-selector-parser": "^2.2.3",
"uglify-js": "^2.8.14",
"vue-template-compiler": "^2.5.2",
"vue-template-es2015-compiler": "^1.6.0"
},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ccqgithub/fis3-parser-vue-component.git"
},
"author": "Season Chen",
"license": "MIT",
"bugs": {
"url": "https://github.com/ccqgithub/fis3-parser-vue-component/issues"
},
"homepage": "https://github.com/ccqgithub/fis3-parser-vue-component#readme"
}