.bower.json
852 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": "ruleJS",
"description": "Javascript parser excel-like formulas",
"version": "0.0.5",
"main": [
"./dist/full/ruleJS.all.full.js"
],
"repository": {
"type": "git",
"url": "https://github.com/handsontable/ruleJS.git"
},
"authors": [
"Handsoncode",
"Handsoncode <hello@handsontable.com>"
],
"keywords": [
"parser",
"formula",
"excel",
"js-excel",
"js-formula",
"js-functions"
],
"ignore": [
"**/.*",
"node_modules",
"src",
"lib",
"test"
],
"homepage": "https://github.com/handsontable/ruleJS",
"_release": "0.0.5",
"_resolution": {
"type": "version",
"tag": "0.0.5",
"commit": "bdeda2293c0b7c31c8aecb98165804ff2e9807df"
},
"_source": "https://github.com/handsontable/ruleJS.git",
"_target": "0.0.5",
"_originalSource": "ruleJS"
}