-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 871 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 871 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
32
33
34
35
36
37
38
{
"name": "adleria",
"version": "1.4.0",
"description": "Adleria (https://adlerial.com) API for nodejs",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/OptimalBits/node-adleria.git"
},
"keywords": [
"adleria",
"ads",
"api",
"signage"
],
"author": "Optimal Bits Sweden AB",
"license": "MIT",
"bugs": {
"url": "https://github.com/OptimalBits/node-adleria/issues"
},
"homepage": "https://github.com/OptimalBits/node-adleria",
"dependencies": {
"bluebird": "^2.9.34",
"global": "^4.4.0",
"lodash": "^3.9.3",
"request-promise": "^0.4.2",
"taskforce-connector": "^1.11.0",
"url-join": "0.0.1"
},
"devDependencies": {
"chai": "^3.0.0",
"chai-datetime": "^1.4.0",
"chai-things": "^0.2.0"
}
}