-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 939 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
{
"name": "cambio-frontend",
"version": "1.0.0",
"description": "Cambio is a web browser that uses IMAP and SMTP under-the-hood to allow the Cuban people to view webpages.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:heycuba-cambio/cambio-frontend.git"
},
"author": "Alastair Paragas <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"chalk": "^1.1.1",
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.0",
"gulp-sass": "^2.2.0",
"gulp-watch": "^4.3.5",
"jshint": "^2.9.1"
},
"dependencies": {
"angular": "^1.5.0",
"angular-sanitize": "^1.5.0",
"imap": "^0.8.16",
"jquery": "^2.2.1",
"kbpgp": "^2.0.52",
"lodash": "^4.6.1",
"marked": "^0.3.5",
"smtp-connection": "^2.3.1",
"v-modal": "^1.3.5",
"validator": "^5.1.0"
}
}