Skip to content

Commit

Permalink
Merge pull request #96 from TrueDub/master
Browse files Browse the repository at this point in the history
NPM publishing changes
  • Loading branch information
khan4019 committed May 11, 2016
2 parents d3e1d9c + c9abc85 commit 01be274
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 26 deletions.
59 changes: 35 additions & 24 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,37 @@
{
"name": "angular-bootstrap-grid-tree",
"version": "0.1.0",
"description":"A Grid That display Tree Control for AngularJS, using CSS animation and Bootstrap style",
"main":["src/treeGrid.css","src/tree-grid-directive.js"],
"licence":"MIT",
"keywords":["angularjs","bootstrap","tree", "grid","widget"],
"authors":["Md Khan"],
"homepage" :"https://github.com/okigan/tree-grid-directive",
"repository":{
"type":"git",
"url":"git://github.com/okigan/tree-grid-directive"
},
"ignore": [
"temp",
"test",
".gitignore",
"bower.json",
"package.json",
"README.md"
],
"dependencies": {
"angular": ">=1.1.16",
"bootstrap": ">=2.3"
}
"name": "angular-bootstrap-grid-tree",
"version": "0.1.0",
"description": "A Grid That display Tree Control for AngularJS, using CSS animation and Bootstrap style",
"main": [
"src/treeGrid.css",
"src/tree-grid-directive.js"
],
"licence": "MIT",
"keywords": [
"angularjs",
"bootstrap",
"tree",
"grid",
"widget"
],
"authors": [
"Md Khan"
],
"homepage": "https://github.com/khan4019/tree-grid-directive",
"repository": {
"type": "git",
"url": "https://github.com/khan4019/tree-grid-directive.git"
},
"ignore": [
"temp",
"test",
".gitignore",
"bower.json",
"package.json",
"README.md"
],
"dependencies": {
"angular": ">=1.1.16",
"bootstrap": ">=2.3"
}
}
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
"name": "angular-bootstrap-grid-tree",
"version": "0.1.0",
"description": "AngularJS directive for a tree grid, using Bootstrap",
"repository": "https://github.com/khan4019/tree-grid-directive.git",
"dependencies": {},
"main": "src/tree-grid-directive.js",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-jade": "~0.8.0",
"grunt-string-replace": "~0.2.7"
},
"keywords":["angularjs","bootstrap","tree", "grid","widget"],
"licence":"MIT"
"keywords": [
"angularjs",
"bootstrap",
"tree",
"grid",
"widget"
],
"license": "MIT"
}

0 comments on commit 01be274

Please sign in to comment.