-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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": "posting-api",
"version": "0.1.8",
"description": "API for storing and retrieving posting data",
"main": "server.js",
"scripts": {
"migrations": "bash init/apply-migrations.sh",
"sync-es": "node init/misc/sync-es | bunyan -o short",
"start": "supervisor -e md,js,node server | bunyan -o short",
"test": "gulp test-all"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org/hashtagsell/posting-api.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"aglio": "^1.17.1",
"async": "^0.9.0",
"body-parser": "^1.11.0",
"bunyan": "^1.3.3",
"cors": "^2.5.3",
"countdown": "^2.3.0",
"es": "^0.4.4",
"express": "^4.10.7",
"js2xmlparser": "^0.1.7",
"mongodb": "^2.0.27",
"mongoose": "^4.0.1",
"mongoose-middleware": "^0.2.10",
"mws-product": "^1.0.1",
"node-uuid": "^1.4.2",
"pretty-bytes": "^1.0.2",
"request": "^2.53.0",
"settings-lib": "0.1.1",
"socket.io-client": "^1.3.4",
"verror": "^1.6.0",
"xml2js": "^0.4.5"
},
"devDependencies": {
"chai": "^1.10.0",
"del": "^1.1.0",
"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"
}
}