-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 937 Bytes
/
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
{
"name": "gulp-extjs",
"version": "1.1.2",
"description": "A gulp plugin which resolves and sorts all dependencies of an Ext JS project.",
"author": {
"name": "Til Schneider",
"email": "github@murfman.de"
},
"repository": {
"type": "git",
"url": "git+https://github.com/junghans-schneider/gulp-extjs.git"
},
"main": "index.js",
"dependencies": {
"extjs-dependencies": "^1.4.0",
"plugin-error": "^1.0.1",
"through2": "^3.0.1",
"vinyl": "^2.2.0"
},
"devDependencies": {
"mocha": "~5.2.0",
"vinyl-fs": "^3.0.3"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"keywords": [
"gulp",
"extjs",
"ext",
"sencha",
"dependencies",
"build",
"order"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/junghans-schneider/gulp-extjs/issues"
},
"homepage": "https://github.com/junghans-schneider/gulp-extjs#readme"
}