-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 819 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
{
"name": "galaxy-autoscale",
"version": "3.0.0",
"description": "A server-only package to auto-scale Meteor Galaxy containers.",
"main": "index.js",
"scripts": {
"test": "meteor test-packages ./ --driver-package practicalmeteor:mocha",
"lint": "./node_modules/.bin/eslint .",
"publish": "meteor publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jehartzog/galaxy-autoscale.git"
},
"author": "J. Eric Hartzog",
"license": "MIT",
"bugs": {
"url": "https://github.com/jehartzog/galaxy-autoscale/issues"
},
"homepage": "https://github.com/jehartzog/galaxy-autoscal#readme",
"devDependencies": {
"eslint": "4.7.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-meteor": "4.1.4"
},
"dependencies": {
"puppeteer": "0.13.0"
}
}