-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 995 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
{
"name": "opstool-mobilecomm",
"version": "0.0.0",
"description": "(plugin) Our mobile device communication services",
"main": "module.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test",
"postinstall": "node setup/setup.js",
"postupdate": "node setup/setup.js"
},
"repository": {
"type": "git",
"url": "git://github.com/appdevdesigns/opstool-mobilecomm.git"
},
"author": "codingMonkey",
"license": "ISC",
"bugs": {
"url": "https://github.com/appdevdesigns/opstool-mobilecomm/issues"
},
"homepage": "https://github.com/appdevdesigns/opstool-mobilecomm#readme",
"dependencies": {
"ad-utils": "github:appdevdesigns/ad-utils"
},
"devDependencies": {
"barrels": "^1.6.5",
"chai": "^4.1.2",
"mocha": "^5.1.1",
"mocha-phantomjs": "^4.1.0",
"phantomjs": "^1.9.7-15",
"supertest": "^3.0.0"
}
}