-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.52 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
{
"name": "gulp-webrequire",
"main": "build/index",
"typings": "build/index",
"description": "Use require in the browser with this gulp plugin.",
"version": "0.6.6",
"scripts": {
"build": "gulp all && gulp test-resources",
"watch": "yarn build && gulp watch",
"test": "yarn build && ./node_modules/mocha/bin/_mocha build/test"
},
"engines": {
"node": ">=7.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robojones/gulp-webrequire.git"
},
"keywords": [
"gulpplugin",
"gulp",
"browser",
"require",
"module",
"web",
"export"
],
"author": "robojones",
"license": "MIT",
"bugs": {
"url": "https://github.com/robojones/gulp-webrequire/issues"
},
"homepage": "https://github.com/robojones/gulp-webrequire#readme",
"devDependencies": {
"@types/gulp": "^4.0.5",
"@types/mocha": "^2.2.44",
"@types/node": "^9.3.0",
"gulp": "^3.9.1",
"gulp-minify": "^2.1.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-typescript": "^3.2.3",
"jquery": "^3.2.1",
"merge2": "^1.2.0",
"mocha": "^4.0.1",
"pump": "^2.0.0",
"tslint": "^5.8.0",
"typescript": "^2.6.2"
},
"dependencies": {
"@types/browser-resolve": "^0.0.5",
"@types/esprima": "^4.0.1",
"@types/mz": "^0.0.32",
"@types/through2": "^2.0.33",
"@types/vinyl": "^2.0.2",
"browser-resolve": "^1.11.2",
"concat-with-sourcemaps": "^1.0.5",
"esprima": "^4.0.0",
"mz": "^2.7.0",
"through2": "^2.0.3",
"vinyl": "^2.1.0"
}
}