forked from ali5h/encipher.it
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (33 loc) · 758 Bytes
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
{
"author": "Anton Ermak <anton@ermak.us> (http://ermak.us)",
"name": "encipher.it",
"main": "public/gui.html",
"description": "In-browser solution to encrypt text messages",
"version": "1.1.0",
"homepage": "https://encipher.it",
"repository": {
"url": "git@github.com:ermakus/enciphr.it.git"
},
"scripts":{
"start":"node ./server.js"
},
"engines": {
"node": ">= 0.6.5"
},
"window": {
"toolbar": false,
"width": 800,
"height": 640,
"icon": "public/images/encipher.png",
"position": "center"
},
"dependencies": {
"coffee-script":"1.3.3",
"express":"3.0.0rc4",
"connect-assets":"2.3.3",
"jade":"0.27.6",
"mailer":"0.6.7",
"mongoose":"3.2.1"
},
"devDependencies": {}
}