This repository was archived by the owner on Mar 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +39
-3
lines changed
Expand file tree Collapse file tree 2 files changed +39
-3
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " angular2-grid" ,
3+ "version" : " 0.1.0" ,
4+ "homepage" : " https://github.com/BTMorton/angular2-grid" ,
5+ "authors" : [
6+ " Ben Morton <[email protected] > (http://bmorton.co.uk/)" 7+ ],
8+ "description" : " Grid-based drag/drop/resize directive plugin for Angular 2" ,
9+ "main" : " NgGrid.ts" ,
10+ "moduleType" : [
11+ " amd"
12+ ],
13+ "keywords" : [
14+ " angular" ,
15+ " angular2" ,
16+ " angularjs" ,
17+ " grid" ,
18+ " drag" ,
19+ " drop" ,
20+ " resize"
21+ ],
22+ "license" : " MIT" ,
23+ "ignore" : [
24+ " *" ,
25+ " !NgGrid.ts" ,
26+ " !NgGrid.css"
27+ ],
28+ "repository" : {
29+ "type" : " git" ,
30+ "url" : " git://github.com/BTMorton/angular2-grid.git"
31+ }
32+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " angular2-grid" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.1.0 " ,
44 "description" : " A grid-based drag/drop/resize directive plugin for Angular 2" ,
55 "main" : " NgGrid.js" ,
66 "scripts" : {
1515 " angular2" ,
1616 " grid"
1717 ],
18- "author" : " Ben Morton" ,
18+ "author" :
" Ben Morton <[email protected] > (http://bmorton.co.uk/) " ,
1919 "license" : " MIT" ,
2020 "bugs" : {
2121 "url" : " https://github.com/BTMorton/angular2-grid/issues"
2222 },
23- "homepage" : " https://github.com/BTMorton/angular2-grid"
23+ "homepage" : " https://github.com/BTMorton/angular2-grid" ,
24+ "peerDependencies" : {
25+ "angular2" : " 2.0.0-alpha.35"
26+ },
27+ "files" : [ " NgGrid.ts" , " NgGrid.css" ]
2428}
You can’t perform that action at this time.
0 commit comments