-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 698 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 698 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
{
"name": "edgegrid",
"version": "1.3.0",
"description": "Authorisation process and API helper for Akamai OPEN APIs",
"main": "index.js",
"scripts": {
"test": "EDGEGRID_ENV=test ./node_modules/.bin/mocha $(find test -name '*.js')"
},
"repository": {
"type": "git",
"url": "git@github.com:JonathanBennett/AkamaiOPEN-edgegrid-node.git"
},
"keywords": [
"akamai",
"open",
"api"
],
"author": "Jonathan Bennett",
"license": "MIT",
"dependencies": {
"log4js": "^0.6.14",
"request": "2.88.0",
"moment": "^2.7.0",
"node-uuid": "^1.4.1",
"underscore": "^1.6.0"
},
"devDependencies": {
"mocha": "2.2.5",
"nock": "2.7.0"
}
}