-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
108 lines (108 loc) · 2.71 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
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
{
"_args": [
[
{
"raw": "electrify-updated-test",
"scope": null,
"escapedName": "electrify-updated-test",
"name": "electrify-updated-test",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
""
]
],
"_from": "electrify-updated-test@latest",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/electrify-updated-test",
"_nodeVersion": "6.3.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/electrify-updated-test-2.1.8.tgz_1473933946617_0.6075121134053916"
},
"_npmUser": {
"name": "unforgiven",
"email": "[email protected]"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "electrify-updated-test",
"scope": null,
"escapedName": "electrify-updated-test",
"name": "electrify-updated-test",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/electrify-updated-test/-/electrify-updated-test-2.1.8.tgz",
"_shasum": "229799f7d28dcf9dc334562a25d939605fe38bdc",
"_shrinkwrap": null,
"_spec": "electrify-updated-test",
"_where": "",
"author": {
"name": "Anderson Arboleya",
"email": "[email protected]"
},
"bin": {
"electrify": "bin/cli.js"
},
"bugs": {
"url": "https://github.com/arboleya/electrify/issues"
},
"dependencies": {
"commander": "^2.8.1",
"dotenv": "^2.0.0",
"electron-packager": "^8.0.0",
"electron-prebuilt": "^1.4.0",
"lodash": "^4.13.1",
"server-destroy": "^1.0.1",
"shelljs": "^0.7.0",
"sockjs": "^0.3.15"
},
"description": "Package your Meteor apps with Electron, and butter.",
"devDependencies": {
"codeclimate-test-reporter": "^0.3.3",
"istanbul": "^0.4.1",
"mocha": "^3.0.1",
"npm-check": "^5.2.2",
"should": "^11.1.0"
},
"directories": {},
"dist": {
"shasum": "229799f7d28dcf9dc334562a25d939605fe38bdc",
"tarball": "https://registry.npmjs.org/electrify-updated-test/-/electrify-updated-test-2.1.8.tgz"
},
"engines": {
"node": ">=0.10.36"
},
"homepage": "https://github.com/Unforgiven-wanda/electrify-updated-test",
"keywords": [
"electron",
"meteor",
"packager",
"desktop"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "unforgiven",
"email": "[email protected]"
}
],
"name": "electrify-updated-test",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Unforgiven-wanda/electrify-updated-test.git"
},
"scripts": {},
"version": "2.1.10"
}