-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 1.12 KB
/
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
{
"name": "activestack",
"version": "0.0.3",
"title": "activestack",
"description": "Active Web Service Layer for ActiveStack JavaScript Clients",
"keywords": [
"ActiveStack",
"SDK",
"Angular",
"AngularJS",
"JavaScript"
],
"homepage": "https://github.com/ActiveStack/active-client-sdk-javascript",
"repository": {
"type": "git",
"url": "git://github.com/ActiveStack/active-client-sdk-javascript.git"
},
"bugs": "https://github.com/ActiveStack/active-client-sdk-javascript/issues",
"dependencies": {
"socket.io-client": "0.9.9",
"q": "0.9.2",
"angularjs":"1.x"
},
"ignore": [
"/*.*",
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
],
"authors": [
{"name": "Jonathan Samples", "homepage":"https://github.com/jonnysamps"},
{"name": "Richard Sparrow", "homepage":"https://github.com/rsparrow"},
{"name": "Collin Brown", "homepage":"https://github.com/curb47"}
],
"license": "MIT"
}