UNPKG

784 BJSONView Raw
1{
2 "name": "fis3-packager-smart",
3 "version": "0.5.1",
4 "description": "fis3 智能打包,分析页面依赖,自动打包同步、异步文件",
5 "keywords": [
6 "lego",
7 "fis",
8 "fis3",
9 "fis3 plugin",
10 "fis3 packager"
11 ],
12 "script": {
13 "test": "mocha test/"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/jiangyuan/fis3-packager-smart"
18 },
19 "author": {
20 "name": "jerojiang"
21 },
22 "license": "BSD",
23 "bugs": {
24 "url": "https://github.com/jiangyuan/fis3-packager-smart/issues"
25 },
26 "homepage": "https://github.com/jiangyuan/fis3-packager-smart",
27 "devDependencies": {
28 "chai": "^3.2.0",
29 "fis3": "^3.2.0",
30 "fis3-hook-commonjs": "^0.1.1",
31 "fis3-hook-lego": "^0.2.0"
32 }
33}