This repository was archived by the owner on Sep 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.43 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.43 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
39
40
41
42
{
"author": "Nilakanta <nilakanta@gmail.com>",
"name": "node-toolbox",
"description": "A Toolbox for node.js",
"version": "0.0.2",
"repository": {"type": "git", "url" : "git@github.com:activesphere/nodetoolboxv2.git"},
"main": "app/app.js",
"engines": { "node": "=0.6.7" },
"node-version": "=0.6.7",
"dependencies": {
"jade" : "0.26.1",
"express" : "2.5.11",
"connect" : "",
"connect-redis" : "1.1.0",
"underscore" : "1.5.0",
"coffee-script" : "1.6.3",
"everyauth" : "0.4.5",
"sreeix-cradle" : "0.0.6",
"hiredis" : "0.1.15",
"async" : "0.2.9",
"winston" : "0.6.1",
"github" : "0.1.3",
"timeago" : "0.1.0",
"elasticsearchclient" : "0.2.2",
"cron" : "0.3.4",
"hat.js" : "0.0.16",
"redis" : "0.8.4"
},
"devDependencies": {
}, "scripts": {
"start": "NODE_ENV=production PIDFILE=tmp/pids/toolbox.pid node app/app.js",
"stop": "kill -9 `cat tmp/pids/toolbox.pid`;true",
"github-sync": "node script/github_sync.js",
"npm-sync": "node script/npm_sync.js",
"download-sync": "node script/downloads_sync.js",
"search-sync": "node script/elasticsearch_sync.js",
"deploy": "hat.js -s production deploy",
"restart": "hat.js -s production restart",
"deploy-staging": "hat.js -s staging deploy",
"console": "node"
}
}