Skip to content

Commit

Permalink
organized npm and bower
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Apr 26, 2014
1 parent 7b3a8f2 commit 5430ca7
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -15,3 +15,5 @@ spec/reports
doc/*.html
.rspec
/Gemfile.local
bower_components
node_modules
21 changes: 21 additions & 0 deletions bower.json
@@ -0,0 +1,21 @@
{
"name": "tdiary-core",
"version": "4.0.3",
"homepage": "https://github.com/tdiary/tdiary-core",
"authors": [
"SHIBATA Hiroshi <hsbt@ruby-lang.org>"
],
"license": "GPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec/javascripts",
"test",
"tests"
],
"devDependencies": {
"jquery": "~2.1.0",
"jasmine-jquery": "~2.0.3"
}
}
28 changes: 28 additions & 0 deletions package.json
@@ -0,0 +1,28 @@
{
"name": "tdiary-core",
"version": "4.0.3",
"description": "",
"main": "",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/tdiary/tdiary-core.git"
},
"author": "",
"license": "GPL",
"bugs": {
"url": "https://github.com/tdiary/tdiary-core/issues"
},
"homepage": "https://github.com/tdiary/tdiary-core",
"devDependencies": {
"bower": "~1.2.8",
"grunt": "~0.4.4",
"grunt-bower-task": "~0.3.4"
}
}

0 comments on commit 5430ca7

Please sign in to comment.