-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 780 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 780 Bytes
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": "routific",
"version": "0.0.5",
"description": "Client to use Routific API",
"main": "index.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register"
},
"repository": {
"type": "git",
"url": "https://github.com/routific/routific-node-client.git"
},
"keywords": [
"routific",
"node",
"client"
],
"author": "Albert Callarisa Roca <albert@axiomzen.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/routific/routific-node-client/issues"
},
"homepage": "https://github.com/routific/routific-node-client#readme",
"dependencies": {
"request": "^2.85.0"
},
"devDependencies": {
"chai": "^3.0.0",
"coffee-script": "^1.9.3",
"mocha": "^2.2.5",
"nock": "^2.4.1"
}
}