-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 959 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
38
39
40
41
{
"name": "agentia-modular",
"version": "1.0.0-alpa",
"description": "A library for adding plugin capabilities to Node.js apps",
"homepage": "https://github.com/AgentiaSystems/agentia-modular",
"repository": {
"type": "git",
"url": "git://github.com/AgentiaSystems/agentia-modular.git"
},
"author": {
"name": "Johnny Estilles",
"email": "johnny.estilles@agentia.asia"
},
"main": "index.js",
"dependencies": {
"agentia-change-case": "^1.0.0",
"agentia-utilities": "^1.4.0",
"bluebird": "^2.9.24",
"caller-id": "^0.1.0",
"debug": "^2.1.3",
"kareem": "^1.0.0"
},
"devDependencies": {
"gulp-bump": "^0.3.0",
"gulp-git": "^1.2.0",
"yargs": "^3.7.2"
},
"scripts": {
"test": "echo \"no tests yet\""
},
"bugs": {
"url": "https://github.com/AgentiaSystems/agentia-modlar/issues"
},
"keywords": [
"node",
"node.js",
"plugin",
"plugins",
"library"
]
}