-
Notifications
You must be signed in to change notification settings - Fork 693
/
package.json
70 lines (70 loc) · 1.91 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
{
"name": "fis3",
"version": "3.5.0-beta.4",
"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.17.21",
"minimatch": "3.0.4",
"minimist": "1.2.3",
"tar": "4.4.15",
"fis-command-install": "0.2.17",
"fis-lolcat": "1.0.1",
"fis-optimizer-clean-css": "0.0.9",
"fis-optimizer-uglify-js": "0.2.2",
"fis3-command-init": "1.0.14",
"fis3-command-inspect": "~1.0.6",
"fis3-command-release": "1.3.19",
"fis3-command-server": "0.0.9",
"fis3-server-node": "0.1.3",
"fis3-deploy-http-push": "2.0.8",
"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": "https://github.com/fex-team/fis3.git"
},
"keywords": [
"fis"
],
"author": "fis",
"license": "BSD",
"bugs": {
"url": "https://github.com/fex-team/fis3/issues"
},
"homepage": "https://github.com/fex-team/fis3"
}