-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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": "operation-storefront",
"version": "1.0.0",
"description": "A repository to store all things related to Operation Storefront",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/nodemon -e js,hbs index.js",
"production": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snollygolly/operation-storefront.git"
},
"keywords": [
"koa",
"handlebars"
],
"author": "snollygolly (@snollygolly)",
"license": "ISC",
"bugs": {
"url": "https://github.com/snollygolly/operation-storefront/issues"
},
"homepage": "https://github.com/snollygolly/operation-storefront#readme",
"dependencies": {
"appdynamics": "^4.2.4",
"aws-sdk": "^2.5.2",
"bluebird": "^3.4.1",
"bunyan": "^1.8.1",
"co": "^4.6.0",
"cradle": "^0.7.1",
"koa": "^1.1.2",
"koa-bodyparser": "^2.0.1",
"koa-generic-session": "^1.10.0",
"koa-hbs": "^0.7.0",
"koa-passport": "^1.2.0",
"koa-redis": "^2.1.2",
"koa-router": "^5.3.0",
"koa-static-folder": "^0.1.6",
"node-uuid": "^1.4.7",
"nodemailer": "^2.5.0",
"nodemailer-ses-transport": "^1.4.0",
"passport-github": "^1.0.0",
"twilio": "^2.9.2"
},
"devDependencies": {
"nodemon": "^1.10.2",
"shipit-cli": "^1.4.1",
"shipit-deploy": "^2.1.2"
}
}