-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
56 lines (56 loc) · 1.37 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
51
52
53
54
55
56
{
"name": "inker",
"version": "1.0.0",
"description": "",
"directories": {
"example": "examples"
},
"scripts": {
"test": "grunt test --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/posabsolute/inker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/posabsolute/inker/issues"
},
"homepage": "http://posabsolute.github.io/inker/",
"devDependencies": {
"async": "^0.9.0",
"chai": "^2.3.0",
"express": "^4.12.3",
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-litmus": "^0.1.8",
"grunt-mocha-test": "^0.12.7",
"grunt-nodemailer": "^0.3.0",
"grunt-nunjucks": "^0.1.4",
"grunt-nunjucks-2-html": "^0.2.9",
"grunt-premailer": "^0.2.11",
"grunt-sass": "^0.18.0",
"jasmine-node": "^1.14.5",
"le_node": "^0.2.1",
"mocha": "^2.2.4",
"node-hipchat": "^0.4.5",
"nodemailer": "^1.3.2",
"nunjucks": "^1.3.3",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"supertest": "^0.15.0",
"yamljs": "^0.2.1"
},
"dependencies": {
"body-parser": "^1.11.0",
"domain": "0.0.1",
"html-to-text": "^1.3.0",
"le_node": "^0.2.1",
"node-slack": "0.0.7",
"nodemailer-sendgrid-transport": "^0.1.0",
"nodemailer-wellknown": "^0.1.5",
"pushbullet": "^1.4.3"
}
}