-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.2 KB
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
{
"name": "gulp-module-builder",
"description": "Concatenate files in manifesto",
"version": "1.0.2",
"homepage": "https://github.com/boxersb/gulp-module-builder",
"author": "boxersb <boxersb@gmail.com> (http://boxersb.github.io)",
"repository": {
"type": "git",
"url": "https://github.com/boxersb/gulp-module-builder.git"
},
"bugs": {
"url": "https://github.com/boxersb/gulp-module-builder/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/boxersb/gulp-module-builder/raw/master/LICENSE"
}
],
"main": "./index.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "gulp"
},
"dependencies": {
"through": "^2.3.6",
"glob-array": "^0.1.2",
"gulp-util": "^3.0.1",
"json5": "~0.2.0"
},
"devDependencies": {
"del": "^0.1.3",
"event-stream": "^3.2.1",
"glob-array": "0.1.2",
"gulp": "3.8.10",
"gulp-jshint": "1.9.0",
"gulp-mocha": "^2.0.0",
"gulp-util": "3.0.1",
"json5": "0.2.0",
"run-sequence": "1.0.1",
"should": "^4.4.2",
"through": "2.3.6",
"vinyl-file": "^1.1.0"
},
"keywords": [
"gulpplugin",
"concat"
],
"directories": {
"test": "test"
}
}