Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit e0b536d

Browse files
committed
Add NPM and Bower releases and config files
1 parent 91fcd1b commit e0b536d

File tree

2 files changed

+39
-3
lines changed

2 files changed

+39
-3
lines changed

bower.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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+
}

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -15,10 +15,14 @@
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
}

0 commit comments

Comments
 (0)