-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.25 KB
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
40
41
42
43
44
{
"name": "vfis-cli",
"version": "1.0.1",
"description": "The make fis3 to support vue、es6 and make it more easy !",
"main": "index.js",
"scripts": {
"test": "mocha -u tdd test/index.js"
},
"bin": {
"vfis": "bin/vfis.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lpreterite/vfis.git"
},
"author": "packy-tang <lpreterite@126.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lpreterite/vfis/issues"
},
"homepage": "https://github.com/lpreterite/vfis#readme",
"dependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-3": "^6.17.0",
"fis-parser-babel-6.x": "^6.20.0",
"fis-parser-node-sass": "^0.2.1",
"fis3": "^3.4.31",
"fis3-hook-commonjs": "^0.1.26",
"fis3-hook-node_modules": "^2.2.8",
"fis3-packager-deps-pack": "^0.1.2",
"fis3-parser-vue-component": "^3.0.1",
"fis3-postpackager-loader": "^2.1.4",
"fis3-postprocessor-autoprefixer": "^1.0.0",
"fis3-preprocessor-js-require-css": "^0.1.1",
"fis3-preprocessor-js-require-file": "^0.1.3"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"mocha": "^3.2.0"
}
}