-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathpackage.json
48 lines (48 loc) · 1.05 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
{
"name": "meteor-build-client",
"version": "1.3.0",
"description": "Meteor bundler for the client part of an app.",
"author": "Fabian Vogelsteller <[email protected]>",
"contributors": [
{
"name": "Morten N.O. Nørgaard Henriksen",
"email": "[email protected]"
},
{
"name": "dr-dimitru",
"url": "https://github.com/dr-dimitru"
}
],
"preferGlobal": true,
"analyze": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/frozeman/meteor-build-client"
},
"bugs": {
"url": "https://github.com/frozeman/meteor-build-client/issues"
},
"keywords": [
"meteor",
"meteor build",
"meteor build client",
"meteor build browser",
"client",
"client-only",
"browser-only"
],
"bin": {
"meteor-build-client": "main.js"
},
"main": "main.js",
"dependencies": {
"bluebird": "^3.7.2",
"buffered-spawn": "^3.3.2",
"commander": "^6.2.1",
"fs-extra": "^9.1.0",
"prompt": "^1.3.0",
"underscore": "^1.13.6"
},
"devDependencies": {}
}