forked from zhoutony/html5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 1.78 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "gulp-browserify",
"version": "0.5.1",
"description": "Bundle modules with Browserify",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/deepak1556/gulp-browserify"
},
"author": {
"name": "Robo",
"email": "hop2deep@gmail.com"
},
"contributors": [
{
"name": "Robo",
"email": "hop2deep@gmail.com"
},
{
"name": "Steve Lacy",
"email": "me@slacy.me"
},
{
"name": "Shuhei Kagawa",
"email": "shuhei.kagawa@gmail.com"
}
],
"dependencies": {
"browserify": "3.x",
"gulp-util": "~2.2.5",
"browserify-shim": "~2.0.10",
"readable-stream": "~1.1.10",
"through2": "~0.4.0"
},
"main": "index.js",
"engines": {
"node": ">= 0.9"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "~1.17.1",
"chai": "~1.9.0",
"coffeeify": "~0.6.0"
},
"keywords": [
"gulpplugin",
"gulpfriendly",
"browserify"
],
"gitHead": "db0f8c151458703ea2eedd30f651ae2e2e912475",
"bugs": {
"url": "https://github.com/deepak1556/gulp-browserify/issues"
},
"homepage": "https://github.com/deepak1556/gulp-browserify",
"_id": "gulp-browserify@0.5.1",
"_shasum": "820108ac2554a954adb8be17d23958b0c04be083",
"_from": "gulp-browserify@>=0.5.1 <0.6.0",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "deepak_robo",
"email": "hop2deep@gmail.com"
},
"maintainers": [
{
"name": "deepak_robo",
"email": "hop2deep@gmail.com"
}
],
"dist": {
"shasum": "820108ac2554a954adb8be17d23958b0c04be083",
"tarball": "http://registry.npmjs.org/gulp-browserify/-/gulp-browserify-0.5.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/gulp-browserify/-/gulp-browserify-0.5.1.tgz"
}