-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
39 lines (39 loc) · 835 Bytes
/
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": "powerdrill",
"version": "0.3.0",
"description": "Power mandrill client for working with templates",
"main": "index.js",
"scripts": {
"test": "make test"
},
"config": {
"blanket" : {
"pattern": "lib/",
"data-cover-never": "node_modules"
}
},
"repository": {
"type": "git",
"url": "git://git@github.com/rschmukler/powerdrill"
},
"keywords": [
"mandrill",
"email"
],
"author": "Ryan Schmukler <ryan@slingingcode.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rschmukler/powerdrill/issues"
},
"dependencies": {
"superagent": "~0.15.7",
"clone": "~0.1.11"
},
"devDependencies": {
"mocha": "~1.16.2",
"expect.js": "~0.2.0",
"blanket": "~1.1.6",
"coveralls": "~2.6.1",
"mocha-lcov-reporter": "0.0.1"
}
}