This repository was archived by the owner on Aug 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
{
"name": "pgconfig-ui",
"version": "2.0.0",
"description": "PGConfig.org UI",
"scripts": {
"prestart": "npm install",
"start": "node server.js"
},
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sebastianwebber/pgconfig.git"
},
"keywords": [
"pgconfig",
"posgtres",
"postgresql",
"pgsql"
],
"author": "Sebastian Webber",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/sebastianwebber/pgconfig/issues"
},
"homepage": "https://github.com/sebastianwebber/pgconfig#readme",
"dependencies": {
"body-parser": "^1.15.1",
"bower": "^1.7.9",
"express": "^4.13.4",
"method-override": "^2.3.6",
"morgan": "^1.7.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-angular-templates": "^1.0.4",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-rev": "^0.1.0",
"grunt-usemin": "^3.1.1",
"load-grunt-tasks": "^3.5.0"
},
"devDependencies": {
"async": "^2.5.0",
"grunt-contrib-connect": "^1.0.2"
}
}