.bower.json
1011 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
42
43
44
45
{
"name": "ngHandsontable",
"dependencies": {
"angular": "~1.4",
"handsontable": "~0.24.0"
},
"homepage": "https://github.com/handsontable/ngHandsontable",
"authors": [
"Handsoncode",
"Handsoncode <hello@handsontable.com>"
],
"description": "AngularJS directive for Handsontable",
"main": "dist/ngHandsontable.js",
"keywords": [
"angular",
"angularjs",
"handsontable",
"datagrid",
"grid",
"table"
],
"license": "MIT",
"ignore": [
"**/.*",
"bower_components",
"demo",
"node_modules",
"src",
"test",
"tests"
],
"devDependencies": {
"angular-ui-router": "~0.2.15"
},
"version": "0.11.0",
"_release": "0.11.0",
"_resolution": {
"type": "version",
"tag": "0.11.0",
"commit": "b7b4a9e4feaa99f489e55120c6e262a89ef10291"
},
"_source": "https://github.com/handsontable/ngHandsontable.git",
"_target": "0.11.0",
"_originalSource": "ngHandsontable"
}