-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
40 lines (40 loc) · 941 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
{
"name": "gulp-umd",
"version": "2.0.0",
"description": "Gulp plugin for build JavaScript files as Universal Module Definition, aka UMD.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/eduardolundgren/gulp-umd.git"
},
"author": "Eduardo Lundgren <[email protected]> (http://eduardo.io)",
"contributors": [
"Cody A. Taylor <[email protected]>"
],
"homepage": "https://github.com/eduardolundgren/gulp-umd#readme",
"bugs": {
"url": "https://github.com/eduardolundgren/gulp-umd/issues"
},
"main": "index.js",
"scripts": {
"test": "nodeunit test/test.js"
},
"keywords": [
"amd",
"cjs",
"commonjs",
"gulpplugin",
"module",
"umd",
"wrap"
],
"dependencies": {
"concat-stream": "^1.6.2",
"lodash.template": "^4.4.0",
"through2": "^2.0.3"
},
"devDependencies": {
"gulp": "^3.9.1",
"nodeunit": "^0.11.2"
}
}