forked from Gisto/Gisto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 919 Bytes
/
bower.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
38
39
40
{
"name": "Gisto",
"version": "0.2.6b",
"homepage": "http://www.gistoapp.com",
"authors": [
"Maayan Glikser <[email protected]>",
"Sasha Khamkov <[email protected]>"
],
"description": "Cross platform snippet managment application based on GitHub gists",
"main": "app/index.html",
"keywords": [
"github",
"gist",
"gisto",
"snippet"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/lib",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.19",
"angular-route": "~1.2.19",
"angular-animate": "~1.2.19",
"angular-sanitize": "~1.2.19",
"angular-ui-utils": "~0.1.1",
"jquery": "~2.1.1",
"ace-builds": "~1.1.4",
"socket.io-client": "~1.0.6",
"showdown": "~0.3.1",
"angular-socket-io": "~0.6.0",
"emmet": "https://github.com/emmetio/textarea.git"
}
}