-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.36 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
{
"name": "azure-meteor-settings",
"version": "0.1.5",
"description": "Update Meteor settings on Azure App Service",
"main": "distribution/main.js",
"bin": {
"azure-meteor-settings": "./distribution/bin/azure-meteor-settings.js"
},
"watch": {
"build": "source"
},
"scripts": {
"build": "babel source --out-dir distribution",
"dev": "npm-watch build",
"lint": "eslint source"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fractal-code/azure-meteor-settings.git"
},
"author": "Rami Jarrar <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/fractal-code/azure-meteor-settings",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.4.0",
"eslint": "^4.0.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.2.0",
"npm-watch": "^0.3.0"
},
"dependencies": {
"axios": "^0.18.0",
"azure-arm-website": "^2.0.0-preview",
"babel-polyfill": "^6.23.0",
"commander": "^2.9.0",
"core-js": "^2.4.0",
"joi": "^12.0.0",
"jsesc": "^2.5.1",
"jsonfile": "^4.0.0",
"lodash.dropright": "^4.1.1",
"lodash.nth": "^4.11.2",
"lodash.omit": "^4.5.0",
"ms-rest-azure": "^2.4.1",
"p-iteration": "^1.1.7",
"update-notifier": "^2.1.0",
"winston": "^2.3.1"
},
"engines": {
"node": ">=4"
}
}