Commit 4af55736fbdc801bd9d5fd620466eeaf13915f71

Authored by Adhidarma Hadiwinoto
1 parent 4880db9f60
Exists in master and in 1 other branch ad2mt

1.0.7

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

1 { 1 {
2 "name": "komodo-center-httpget", 2 "name": "komodo-center-httpget",
3 "version": "1.0.6", 3 "version": "1.0.7",
4 "description": "Komodo HTTP GET Center", 4 "description": "Komodo HTTP GET Center",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "test": "mocha", 7 "test": "mocha",
8 "postversion": "git push && git push --tags" 8 "postversion": "git push && git push --tags"
9 }, 9 },
10 "repository": { 10 "repository": {
11 "type": "git", 11 "type": "git",
12 "url": "git@gitlab.kodesumber.com:komodo/komodo-center-httpget.git" 12 "url": "git@gitlab.kodesumber.com:komodo/komodo-center-httpget.git"
13 }, 13 },
14 "keywords": [ 14 "keywords": [
15 "komodo", 15 "komodo",
16 "ppob", 16 "ppob",
17 "center" 17 "center"
18 ], 18 ],
19 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", 19 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
20 "license": "ISC", 20 "license": "ISC",
21 "dependencies": { 21 "dependencies": {
22 "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", 22 "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
23 "request": "^2.81.0" 23 "request": "^2.81.0"
24 } 24 }
25 } 25 }
26 26