-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 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
40
41
42
43
44
45
46
47
48
{
"name": "node-yodlr",
"version": "2.3.0",
"description": "Yodlr internal nodejs library for reusability",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/grunt mochaTest"
},
"repository": {
"type": "git",
"url": "git://github.com/yodlr/node-yodlr.git"
},
"author": "Ross Kukulinski <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/yodlr/node-yodlr/issues"
},
"config": {
"blanket": {
"pattern": "lib"
}
},
"homepage": "https://github.com/yodlr/node-yodlr",
"dependencies": {
"async": "~0.9.0",
"bunyan": "~1.3.4",
"email-templates": "~1.2.0",
"eventemitter2": "~0.4.14",
"lodash": "^3.5.0",
"lynx": "~0.2.0",
"node-uuid": "^1.4.3",
"nodemailer": "~1.3.2",
"swig": "~1.4.2"
},
"devDependencies": {
"mocha": "~2.2.1",
"should": "~5.1.0",
"grunt": "~0.4.5",
"grunt-mocha-test": "~0.12.7",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-cli": "~0.1.13",
"JSONStream": "~0.10.0"
}
}