forked from jedi4ever/bashpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 2.66 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 2.66 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"_args": [
[
{
"name": "bashpack",
"raw": "bashpack@0.0.16",
"rawSpec": "0.0.16",
"scope": null,
"spec": "0.0.16",
"type": "version"
},
"/root/Documentos/biotrackerlinuxinstaller"
]
],
"_from": "bashpack@0.0.16",
"_id": "bashpack@0.0.16",
"_inCache": true,
"_installable": true,
"_location": "/bashpack",
"_npmUser": {
"email": "Patrick.Debois@jedi.be",
"name": "jedi4ever"
},
"_npmVersion": "1.2.21",
"_phantomChildren": {},
"_requested": {
"name": "bashpack",
"raw": "bashpack@0.0.16",
"rawSpec": "0.0.16",
"scope": null,
"spec": "0.0.16",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "http://sinopia.devoz.com.br/bashpack/-/bashpack-0.0.16.tgz",
"_shasum": "31efdbac895a26b6196fea2569101d717bff4e1a",
"_shrinkwrap": null,
"_spec": "bashpack@0.0.16",
"_where": "/root/Documentos/biotrackerlinuxinstaller",
"author": {
"email": "patrick.debois@jedi.be",
"name": "Patrick Debois"
},
"bin": {
"bashpack": "./bin/bashpack"
},
"bugs": {
"url": "https://github.com/jedi4ever/bashpack/issues"
},
"dependencies": {
"async": "^0.2.9",
"commander": "^1.3.0",
"fstream-ignore": "^0.0.7",
"hashmerge": "^1.0.2",
"ncp": "^0.4.2",
"node-fetcher": ">=0.0.9",
"npm": "^3.10.6",
"temp": "^0.5.1",
"winston": "^0.7.2"
},
"description": "packs a nodejs project into a single bash file",
"devDependencies": {
"assert": "*",
"blanket": "~1.1.5",
"expect.js": "*",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-mocha-test": "~0.5.0",
"grunt-release": "~0.3.5",
"jscoverage": "*",
"jshint": "*",
"mocha": "*",
"nodewatch": "*",
"shelljs": "~0.1.4",
"should": "0.5.1"
},
"directories": {},
"dist": {
"shasum": "31efdbac895a26b6196fea2569101d717bff4e1a",
"tarball": "http://sinopia.devoz.com.br/bashpack/-/bashpack-0.0.16.tgz"
},
"engine": {
"node": ">=0.8"
},
"homepage": "https://github.com/jedi4ever/bashpack#readme",
"keywords": [
"binary",
"packaging",
"distribution",
"package"
],
"license": "MIT",
"main": "./lib/bashpack.js",
"maintainers": [
{
"email": "Patrick.Debois@jedi.be",
"name": "jedi4ever"
}
],
"name": "bashpack",
"optionalDependencies": {},
"private": false,
"readme": "ERROR: No README data found!",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/jedi4ever/bashpack.git"
},
"scripts": {
"test": "grunt test"
},
"version": "0.0.16"
}