-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
38
39
40
41
42
43
44
45
46
{
"name": "mcnallydevelopers.com",
"version": "0.0.1",
"description": "McNally Developers Website",
"main": "app.js",
"scripts": {
"start": "node app.js",
"development": "nodemon -e js,dust,json,properties",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcnallydev/mcnallydevelopers.com.git"
},
"keywords": [
"mcnallydevelopers"
],
"author": "Paulo McNally <paulo.mcnally@mcnallydevelopers.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/mcnallydev/mcnallydevelopers.com/issues"
},
"homepage": "https://github.com/mcnallydev/mcnallydevelopers.com#readme",
"dependencies": {
"adaro": "^1.0.4",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"dust-makara-helpers": "^4.1.2",
"dustjs-helpers-markdown": "0.0.5",
"dustjs-helpers-moment": "^0.0.5",
"express": "^4.14.1",
"express-enrouten": "^1.3.0",
"makara": "^2.0.3",
"pg": "^6.1.2",
"pg-native": "^1.10.0",
"sequelize": "^3.30.2"
},
"devDependencies": {
"del": "^2.2.2",
"gulp": "3.9.1",
"gulp-clean-css": "2.0.13",
"gulp-concat": "2.6.0",
"gulp-rename": "1.2.2",
"gulp-uglify": "2.0.0"
}
}