-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 867 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
{
"name": "guerrilla-api",
"version": "0.2.1",
"description": "Guerrilla-api is a node module that wraps the guerrilla api (I have chosen an amazing and creative name, don't you think so?) to smooth the comunication of your app/module with their service.",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/brunokrebs/guerrilla-api.git"
},
"keywords": [
"guerrilla",
"api",
"email"
],
"author": "Bruno Krebs <[email protected]> (http://www.brunokrebs.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/brunokrebs/guerrilla-api/issues"
},
"dependencies": {
"request": "^2.65.0",
"string": "^3.3.1",
"validator": "^4.2.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-mocha": "^2.1.3",
"mocha": "^2.3.3"
}
}