-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
executable file
·39 lines (39 loc) · 1.09 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
{
"name": "thoughtworks-email-signature-generator",
"version": "1.0.0",
"description": "Generate an on-brand and cross-client email signature personalized with your details and preferences.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/andrewshawcare/thoughtworks-email-signature-generator.git"
},
"author": "Andrew Shaw Care <[email protected]>",
"license": "ISC",
"dependencies": {
"bower": "latest",
"compression": "latest",
"express": "latest",
"grunt": "latest",
"grunt-aws": "latest",
"grunt-cli": "latest",
"grunt-contrib-csslint": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-watch": "latest",
"grunt-hashres": "latest",
"grunt-htmlhint": "latest",
"grunt-plato": "latest",
"grunt-shell": "latest",
"pug": "latest",
"jsxhint": "latest",
"newrelic": "latest",
"requirejs": "latest",
"serve-static": "latest"
},
"engines": {
"node": "8.x.x"
}
}