-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 894 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
{
"name": "angular-resource-io",
"description": "Module for Angular.js framework, a factory which creates a resource object that lets interact with server-side data sources by using WebSockets as transport layer.",
"version": "0.0.2",
"author": "Roman Minkin <minkinroman@gmail.com>",
"main": "release/angular-resource-io.js",
"homepage": "https://github.com/RomanMinkin/ngResourceIO",
"repository": {
"type": "git",
"url": "git://github.com/RomanMinkin/ngResourceIO.git"
},
"ignore": [
".DS_Store",
".git",
".gitignore",
".jshintignore",
".jshintrc",
"Gruntfile.js",
"karma-e2e.conf.js",
"karma.conf.js",
"node_modules",
"package.json",
"src",
"test"
],
"dependencies": {
"angular": "1.2.14"
},
"devDependencies": {
"jquery": "1.9.1",
"angular-route": "1.2.14",
"angular-mocks": "1.2.14"
}
}