-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 KB
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": "totem-configurator",
"private": true,
"version": "1.0.0",
"description": "A microservice for adding Totem's webhooks to GitHub repositories",
"main": "app.js",
"repository": "totem/configurator",
"homepage": "https://github.com/totem/configurator",
"bugs": {
"url": "https://github.com/totem/configurator/issues"
},
"author": "Jimmy King <jimmy.king@meltmedia.com> (http://jimmyking.me)",
"license": "MIT",
"scripts": {
"start": "node bin/www",
"test": "node_modules/.bin/gulp test"
},
"dependencies": {
"bluebird": "^2.9.34",
"cors": "^2.7.1",
"debug": "^2.2.0",
"ejs": "^2.3.3",
"express": "^4.13.3",
"github": "^0.2.4",
"lodash": "^3.10.1",
"passport": "^0.3.0",
"passport-github": "^1.0.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"gulp-nodemon": "^1.0.5",
"gulp-nodeunit": "0.0.5",
"jshint-stylish": "^2.0.1",
"nodeunit-express": "0.0.5",
"sandboxed-module": "^2.0.2"
}
}