forked from ElectricEnjin/nodejs-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 916 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 916 Bytes
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": "app-template",
"version": "0.0.0",
"description": "App Template",
"main": "app.js",
"dependencies": {
"express": "4.13.3",
"marko": "2.7.30",
"marko-layout": "2.0.2",
"marko-widgets": "5.0.9",
"nodemailer": "1.10.0",
"nodemailer-smtp-transport": "1.0.4",
"body-parser": "1.14.1",
"compression": "1.6.0"
},
"devDependencies": {
"autoprefixer": "6.2.3",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-cssmin": "0.14.0",
"grunt-contrib-uglify": "0.9.2",
"grunt-contrib-watch": "0.6.1",
"grunt-githooks": "^0.6.0",
"grunt-lodash": "0.5.1",
"grunt-modernizr": "1.0.1",
"grunt-postcss": "0.7.1",
"grunt-sass": "1.1.0",
"lodash-cli": ">=1.3.1",
"semver": "5.1.0"
},
"scripts": {
"postinstall": "grunt githooks"
},
"author": "",
"license": "ISC"
}