-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "posting-sync-agent",
"version": "0.1.0",
"description": "Agent for synchronizing posting data from 3taps to Posting API",
"main": "server.js",
"scripts": {
"start": "supervisor server | bunyan -o short",
"test": "gulp jshint"
},
"repository": {
"type": "git",
"url": "git@github.com:Hashtagsell/posting-sync-agent.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hashtagsell/posting-sync-agent/issues"
},
"homepage": "https://github.com/Hashtagsell/posting-sync-agent",
"dependencies": {
"3taps": "^0.1.6",
"async": "^0.9.0",
"bunyan": "^1.2.3",
"countdown": "^2.3.0",
"express": "^4.10.6",
"later": "^1.1.6",
"pretty-bytes": "^1.0.2",
"request": "^2.51.0",
"settings-lib": "^0.1.2"
},
"devDependencies": {
"chai": "^1.10.0",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-istanbul": "^0.5.0",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"jshint-stylish": "^1.0.0",
"run-sequence": "^1.0.2",
"supervisor": "^0.6.0"
}
}