forked from roryhewitt/akamaiconfigkit-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 KB
/
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
40
{
"name": "akamaicliproperty",
"version": "0.1.1",
"description": "A wrapping development kit to interface common tasks with akamai's {OPEN} API.",
"repository": "https://github.com/akamai/cli-property",
"license": "Apache-2.0",
"engines": {
"node": ">=7.0.0"
},
"scripts": {
"start": "node bin/akamaiProperty",
"test": "mocha test --timeout 0",
"build": "pkg bin/akamaiProperty --target node8-linux-x86,node8-linux-x64,node8-win-x86,node8-win-x64,node8-macos-x64 --output akamai-property-1.0.0"
},
"main": "./index.js",
"files": [
"index.js",
"src"
],
"dependencies": {
"chalk": "^2.3.0",
"child-process-promise": "^2.2.1",
"edgegrid": "*",
"md5": "^2.2.1",
"mocha": "^3.2.0",
"nexe": "^2.0.0-rc.22",
"options": "0.0.6",
"pkg": "^4.3.0-beta.5",
"request": "^2.74.0",
"safe-buffer": "^5.1.1",
"sywac": "^1.2.0",
"untildify": "*",
"yargonaut": "^1.1.2",
"yargs": "^10.0.3"
},
"devDependencies": {
"gulp": "^3.9.1",
"through2": "^2.0.1"
}
}