-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 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
53
54
55
56
57
58
{
"name": "cloudsu",
"version": "0.1.0",
"description": "Cloud management & automation software",
"main": "server.js",
"dependencies": {
"aws-sdk": "^2.778.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"bluebird-retry": "^0.11.0",
"chef": "^0.3.1",
"express": "^4.17.1",
"moment": "^2.29.1",
"morgan": "1.7.0",
"nconf": "0.8.4",
"winston": "2.2.0",
"underscore": "1.8.3",
"request": "2.72.0",
"repeat": "0.0.6",
"dynasty": "0.2.4",
"bcrypt": "1.0.3",
"node-cache": "3.2.1",
"jsonwebtoken": "5.7.0",
"password-generator": "2.0.2",
"nodemailer": "2.3.2",
"redis-node": "0.4.0"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-concurrent": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-htmlmin": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-nodemon": "latest",
"grunt-usemin": "latest",
"jshint": "latest",
"jshint-stylish": "latest",
"load-grunt-tasks": "latest",
"time-grunt": "latest",
"grunt-filerev": "latest",
"grunt-dock": "1.1.3",
"grunt-docker-io": "0.7.0"
},
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false && grunt build"
},
"author": "David Richards",
"license": "Apache-2.0"
}