-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
110 lines (110 loc) · 2.51 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
{
"name": "unitejs-cli",
"version": "1.8.1",
"description": "Command line interface to the UniteJS zero configuration web app creation tool.",
"main": "dist/cli.js",
"repository": {
"type": "git",
"url": "https://github.com/unitejs/cli.git"
},
"keywords": [
"unite",
"unitejs",
"cli",
"javascript",
"typescript",
"babel",
"browserify",
"webpack",
"commonjs",
"requirejs",
"systemjs",
"jest",
"karma",
"mocha",
"jasmine",
"chai",
"phantomjs",
"chromeheadless",
"jsdom",
"eslint",
"tslint",
"spdx",
"css",
"sass",
"less",
"stylus",
"lesshint",
"sasslint",
"stylint",
"stylelint",
"postcss",
"protractor",
"webdriverio",
"selenium",
"angular",
"aurelia",
"polymer",
"preact",
"react",
"vanilla",
"vue",
"web",
"pwa",
"cordova",
"docker",
"electron",
"vscode",
"esdoc",
"jsdoc",
"typedoc",
"scaffolding",
"boilerplate",
"zero",
"configuration"
],
"author": "martyn@unitejs.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/unitejs/cli/issues"
},
"homepage": "https://github.com/unitejs/cli#readme",
"preferGlobal": true,
"engines": {
"node": ">=8.0.0"
},
"devDependencies": {
"@types/chai": "4.1.7",
"@types/mocha": "5.2.6",
"@types/node": "11.11.3",
"@types/sinon": "7.0.10",
"chai": "4.2.0",
"coveralls": "3.0.3",
"del": "3.0.0",
"fancy-log": "1.3.3",
"gulp": "3.9.1",
"gulp-coveralls": "0.1.4",
"gulp-istanbul": "1.1.3",
"gulp-mocha": "3.0.1",
"gulp-replace": "1.0.0",
"gulp-sourcemaps": "2.6.5",
"gulp-tslint": "8.1.4",
"gulp-typescript": "5.0.1",
"merge2": "1.2.3",
"minimist": "1.2.0",
"remap-istanbul": "0.13.0",
"run-sequence": "2.2.1",
"sinon": "7.2.7",
"tslint": "5.14.0",
"tslint-microsoft-contrib": "6.1.0",
"typescript": "3.3.3333"
},
"dependencies": {
"unitejs-cli-core": "1.1.5",
"unitejs-engine": "1.8.1",
"unitejs-framework": "1.0.5"
},
"bin": {
"unite": "bin/unite.js"
}
}