-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·113 lines (113 loc) · 3.08 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "fis3",
"version": "3.4.25",
"description": "fis 3.0",
"main": "index.js",
"bin": {
"fis3": "bin/fis.js"
},
"dependencies": {
"colors": "0.6.2",
"commander": "1.3.2",
"glob": "5.0.3",
"iconv-lite": "0.2.10",
"liftoff": "2.2.1",
"lodash": "4.12.0",
"minimatch": "2.0.4",
"minimist": "1.1.1",
"tar": "2.2.1",
"fis-command-install": "0.2.17",
"fis-lolcat": "1.0.1",
"fis-optimizer-clean-css": "0.0.9",
"fis-optimizer-png-compressor": "0.1.6",
"fis-optimizer-uglify-js": "0.2.2",
"fis-spriter-csssprites": "0.3.11",
"fis3-command-init": "1.0.14",
"fis3-command-inspect": "1.0.3",
"fis3-command-release": "1.3.12",
"fis3-command-server": "0.0.9",
"fis3-server-node": "0.1.1",
"fis3-deploy-http-push": "1.1.1",
"fis3-deploy-encoding": "1.0.0",
"fis3-deploy-local-deliver": "1.0.0",
"fis3-hook-components": "1.0.4",
"fis3-packager-map": "1.1.3",
"fis3-errors": "*"
},
"devDependencies": {
"chai": "^2.2.0",
"jsdoc": "^3.3.2",
"minami": "git://github.com/2betop/minami.git",
"mocha": "^2.2.1",
"mocha-junit-reporter": "^1.4.0",
"npm-watch": "0.0.0",
"istanbul": "~0.2.14",
"coveralls": "2.10.0",
"fis3-postpackager-loader": "1.2.7",
"fis3-hook-cmd": "0.0.1"
},
"watch": {
"jsdoc": "lib/*.js"
},
"scripts": {
"test": "mocha test",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test",
"jsdoc": "jsdoc --readme ./doc/docs/api/dev-plugin.md ./lib -r -t ./node_modules/minami -c .jsdoc.json -d ./doc/api",
"watch": "npm-watch",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fex-team/fis3.git"
},
"keywords": [
"fis"
],
"author": {
"name": "fis"
},
"license": "BSD",
"bugs": {
"url": "https://github.com/fex-team/fis3/issues"
},
"homepage": "https://github.com/fex-team/fis3",
"gitHead": "d466a7f84baeb75c46d0493c1b398396728e2708",
"_id": "[email protected]",
"_shasum": "97c3de6fb35e5e40aebc77109e42871ca05c32df",
"_from": "fis3@*",
"_npmVersion": "3.8.6",
"_nodeVersion": "6.1.0",
"_npmUser": {
"name": "2betop",
"email": "[email protected]"
},
"dist": {
"shasum": "97c3de6fb35e5e40aebc77109e42871ca05c32df",
"size": 50160,
"noattachment": false,
"tarball": "http://registry.npm.taobao.org/fis3/download/fis3-3.4.25.tgz"
},
"maintainers": [
{
"name": "2betop",
"email": "[email protected]"
},
{
"name": "fansekey",
"email": "[email protected]"
},
{
"name": "fis-dev",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/fis3-3.4.25.tgz_1478664550540_0.9057825456839055"
},
"directories": {},
"publish_time": 1478664550814,
"_cnpm_publish_time": 1478664550814,
"_resolved": "https://registry.npm.taobao.org/fis3/download/fis3-3.4.25.tgz",
"readme": "ERROR: No README data found!"
}