-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 866 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
{
"name": "tpaga-node",
"version": "0.1.0",
"description": "Node.js library for Tpaga API calls",
"main": "./lib/tpaga.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/AlejoJamC/tpaga-node.git"
},
"keywords": [
"Tpaga",
"nodejs",
"api",
"wrapper",
"tpaga",
"platform"
],
"author": "Alejandro Mantilla <[email protected]> (https://twitter.com/AlejoJamC)",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlejoJamC/tpaga-node/issues"
},
"homepage": "https://github.com/AlejoJamC/tpaga-node#readme",
"devDependencies": {
"jshint": "^2.9.2",
"mocha": "^3.0.2"
},
"dependencies": {
"dotenv": "^2.0.0",
"i18n": "^0.8.3",
"lodash": "^4.15.0",
"request": "^2.74.0"
}
}