forked from xsanisty/calx.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 814 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
41
{
"name": "jquery-calx",
"version": "2.2.7",
"authors": [
"Xsanisty Developer Team <[email protected]>"
],
"repo": "xsanisty/jquery-calx",
"description": "jQuery plugin for building excel-formula based calculation form",
"main": "jquery-calx-2.2.7.min.js",
"scripts": ["jquery-calx-2.2.7.min.js"],
"moduleType": [
"globals"
],
"keywords": [
"excel",
"jquery",
"formula",
"calculator",
"calx",
"spreadsheet",
"form"
],
"dependencies": {
"jquery": ">= 1.9.1"
},
"license": "MIT",
"homepage": "http://www.xsanisty.com/project/calx2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"php-build",
"library",
"sample",
"documentation",
"js",
"jquery-1.9.1.min.js"
]
}