forked from frozeman/meteor-build-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 895 Bytes
/
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
{
"name": "meteor-build-client",
"version": "0.4.1",
"description": "A bundles the client part of a Meteor app.",
"author": "Fabian Vogelsteller <[email protected]>",
"contributors": [
{
"name": "Morten N.O. Nørgaard Henriksen",
"email": "[email protected]"
}
],
"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",
"client",
"client-only",
"browser-only"
],
"bin": {
"meteor-build-client": "main.js"
},
"main": "main.js",
"dependencies": {
"bluebird": "^3.4.6",
"buffered-spawn": "^3.3.2",
"commander": "^2.8.1",
"simple-spinner": "0.0.3",
"underscore": "^1.8.3"
},
"devDependencies": {}
}