-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.18 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "adaday",
"version": "0.2.0",
"description": "Because there aren't enough ads in your life already.",
"main": "index.js",
"scripts": {
"test": "gulp test",
"ci": "gulp ci",
"start": "DEBUG=app node index.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Coaxial/adaday.git"
},
"keywords": [
"ad",
"advertising",
"video"
],
"author": "coaxial <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Coaxial/adaday/issues"
},
"homepage": "https://github.com/Coaxial/adaday",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"gulp-spawn-mocha": "^2.2.2",
"mocha": "^2.4.5",
"moment": "^2.13.0",
"nock": "^8.0.0",
"proxyquire": "^1.7.4",
"run-sequence": "^1.1.5",
"sinon": "^1.17.3",
"timekeeper": "0.0.5"
},
"dependencies": {
"bluebird": "^3.3.5",
"change-case": "^2.3.1",
"debug": "^2.2.0",
"diacritics": "^1.2.3",
"moment-timezone": "^0.5.3",
"nconf": "^0.8.4",
"request-promise": "^3.0.0"
}
}