-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·39 lines (39 loc) · 1.1 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": "^1.7.2",
"grunt": "^0.4.5",
"grunt-aws": "^0.6.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-hashres": "^0.4.1",
"grunt-htmlhint": "^0.9.12",
"grunt-plato": "^1.2.1",
"grunt-shell": "^1.1.1",
"jsxhint": "^0.15.1",
"requirejs": "^2.1.15",
"compression": "^1.3.0",
"serve-static": "^1.8.1",
"express": "^4.11.0",
"jade": "^1.9.1",
"newrelic": "^1.14.7"
},
"engines": {
"node": "0.10.x"
}
}