-
Notifications
You must be signed in to change notification settings - Fork 20
/
bower.json
38 lines (38 loc) · 817 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
{
"name": "sqwidget",
"main": "sqwidget.js",
"version": "2.0.10",
"homepage": "https://github.com/premasagar/sqwidget",
"authors": [
"Adhip Gupta <me@adhipg.in>",
"Simon Elliott <simon@papercreatures.com>",
"Premasagar Rose <p@premasagar.com>"
],
"description": "A template/framework to build widgets.",
"keywords": [
"widgets",
"sqwidget",
"third-party-widgets"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/lib",
"test",
"tests"
],
"devDependencies": {
"when": "~2.6.0",
"async": "~0.2.5",
"mocha": "~1.14.0",
"chai": "~1.8.1",
"bonzo": "~1.3.6",
"qwery": "~3.4.1",
"requirejs-domready": "~2.0.1",
"bean": "~1.0.4",
"requirejs": "~2.1.9",
"youarei": "0.9.6"
}
}