-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 909 Bytes
/
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
{
"name": "hubot-node-deployment",
"description": "Your own hubot deployment service",
"version": "0.1.0",
"author": "Dylan Lingelbach (https://github.com/dylanlingelbach)",
"keywords": [
"hubot",
"hubot-scripts"
],
"repository": {
"type": "git",
"url": "git://github.com/markitx/hubot-node-deployment.git"
},
"bugs": {
"url": "https://github.com/markitx/hubot-node-deployment/issues"
},
"dependencies": {
"async": "~0.2.9",
"aws-sdk": "~2.0.x",
"coffee-script": "~1.6",
"moment": "^2.8.3",
"nconf": "~0.6.7",
"node-uuid": ">=1.3.3",
"request": "~2.34.x",
"rimraf": "*",
"underscore": ">= 1.3.3"
},
"devDependencies": {
"mocha": "*",
"expect.js": "0.2.x",
"jsonlint": ">= 1.5.1"
},
"main": "index.coffee",
"scripts": {
"test": "NODE_ENV=test mocha --compilers coffee:coffee-script --timeout 120000"
}
}