-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.67 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
{
"name": "gulp-library-umd",
"version": "1.0.1",
"description": "Gulp plugin for transforming node modules into various flavors of UMD (Universal Module Definition) by wrapping files in umd templates.",
"files": [
"dist"
],
"main": "dist/umd.js",
"scripts": {
"preversion": "npm-git-library-version preversion",
"version": "npm-git-library-version version",
"postversion": "npm-git-library-version postversion",
"build": "gulp chained-1-build",
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WHenderson/gulp-library-umd.git"
},
"keywords": [
"gulp",
"gulp-plugin",
"gulpplugin",
"UMD",
"amd",
"node",
"commonjs",
"cjs",
"web",
"sourcemap",
"sourcemaps",
"gulp-data",
"wrap"
],
"author": "Will Henderson <[email protected]> (https://github.com/WHenderson)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/WHenderson/gulp-library-umd/issues"
},
"homepage": "https://github.com/WHenderson/gulp-library-umd#readme",
"devDependencies": {
"chai": "^3.5.0",
"coffee-coverage": "^1.0.1",
"coffee-script": "^1.10.0",
"del": "^2.2.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-cli": "gulpjs/gulp-cli#4.0",
"gulp-coffee": "^2.3.1",
"gulp-data": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-spawn-mocha": "^2.2.2",
"npm-git-library-version": "^1.0.0"
},
"dependencies": {
"dot": "^1.0.3",
"event-stream": "^3.3.2",
"extend": "^3.0.0",
"gulp-util": "^3.0.7",
"source-map": "^0.5.3",
"vinyl-sourcemaps-apply": "^0.2.1"
}
}