-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 914 Bytes
/
bower.json
File metadata and controls
41 lines (41 loc) · 914 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
34
35
36
37
38
39
40
41
{
"name": "wire-plugins",
"version": "0.0.5",
"homepage": "https://github.com/designeng/wire-plugins",
"authors": [
"Denis Savenok <denissavenok@gmail.com>"
],
"description": "plugins for wire.js based application",
"license": "MIT",
"ignore": [
"app/**",
"src/**",
"test/**",
"middleware/**",
"Gruntfile.coffee",
"package.json",
"bower.json",
"README.md"
],
"devDependencies": {
"jasmine-jquery": "~2.0.3"
},
"dependencies": {
"when": "~3",
"wire": "~0.10.9",
"meld": "~1.3.0",
"requirejs": "latest",
"requirejs-domready": "~2.0.1",
"text": "latest",
"crossroads": "~0.12.0",
"signals": "~1.0.0",
"hasher": "~1.2.0",
"lodash": "~2.4.1",
"handlebars": "~2.0.0",
"kefir": "~1.0.0",
"kefir-jquery": "~1.0.0",
"jquery": "~2.1.3",
"eventEmitter": "~4.2.11",
"requirejs-hbs": "~0.1.1"
}
}