This repository was archived by the owner on Oct 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.37 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.37 KB
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
{
"name" : "conqueso",
"version" : "0.5.0",
"description" : "Conqueso is a web server that provides an interface for centrally managing dynamic properties across your services. Simply add a client library to your service then track and manage its configuration in Conqueso.",
"repository": {
"type": "git",
"url": "https://github.com/rapid7/conqueso.git"
},
"scripts": {
"start": "node server/app"
},
"devDependencies" : {
"load-grunt-tasks" : "3.1.0",
"grunt" : "0.4.5",
"grunt-exec" : "0.4.6",
"grunt-contrib-jshint" : "0.11.0",
"grunt-contrib-watch" : "0.6.1",
"grunt-sass" : "0.18.0",
"node-bourbon" : "1.2.3",
"grunt-contrib-compress" : "0.13.0",
"grunt-contrib-clean" : "0.6.0",
"grunt-mocha-test" : "0.12.7",
"grunt-version-check" : "0.2.1",
"sqlite3" : "2.2.7"
},
"dependencies" : {
"express" : "4.12.0",
"body-parser" : "1.12.0",
"nconf" : "0.7.1",
"mysql" : "2.5.5",
"lodash" : "3.3.1",
"sequelize" : "2.0.3",
"enum" : "0.2.7",
"trycatch" : "1.5.11",
"winston" : "0.9.0"
}
}