-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"name": "ArcGIS-Babysitter",
"version": "0.0.1",
"description": "Tool for managing ArcGIS Server instances on AWS",
"main": "app.coffee",
"scripts": {
"preinstall": "npm install -g grunt",
"deploy": "./deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/mcclintock-lab/ArcGIS-Babysitter"
},
"author": "Chad Burt",
"license": "BSD",
"dependencies": {
"async": "0.2.x",
"aws-sdk": "^2.444.0",
"backbone": "^1.3.3",
"backbone.stickit": "git://github.com/NYTimes/backbone.stickit",
"debug": "^4.1.1",
"express": "3.x",
"moment": "^2.1.0",
"ms": "^2.1.1",
"node-fetch": "^2.4.0",
"request": "latest",
"serverless-dotenv-plugin": "^2.0.1",
"underscore": "latest",
"xmlrpc": "1.1.x"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-less": "~0.6.4",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.1",
"serverless-offline": "^4.9.4"
}
}