-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.07 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
{
"name": "gulp-construct",
"version": "0.0.2",
"description": "concat the css, js and html to construct a html",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/carly1987/gulp-construct"
},
"author": "carly <[email protected]>",
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"content includer",
"include files"
],
"dependencies": {
"gulp-util": "^3.0.0",
"through2": "^0.6.1",
"guid": "^0.0.12",
"bluebird": "^2.3.11"
},
"homepage": "https://github.com/carly1987/gulp-construct",
"_from": "gulp-construct@",
"bugs": {
"url": "https://github.com/carly1987/gulp-construct/issues"
},
"scripts": {},
"_shasum": "",
"_npmVersion": "1.4.14",
"_nodeVersion": "0.10.29",
"_npmUser": {
"name": "carly",
"email": "[email protected]"
},
"dist": {
"shasum": "",
"tarball": ""
},
"maintainers": [
"carly <[email protected]>"
],
"directories": {},
"_resolved": "",
"main": "index.js",
"devDependencies": {}
}