Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohdan Shtepan committed Nov 28, 2015
0 parents commit b2c9b54
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
daylight
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "daylight",
"description": "",
"main": "index.js",
"authors": [
"virtyaluk"
],
"license": "MIT",
"moduleType": [
"amd",
"es6",
"globals",
"node"
],
"homepage": "https://github.com/virtyaluk/daylight",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "daylight",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/virtyaluk/daylight.git"
},
"author": "virtyaluk",
"license": "MIT",
"bugs": {
"url": "https://github.com/virtyaluk/daylight/issues"
},
"homepage": "https://github.com/virtyaluk/daylight#readme"
}

0 comments on commit b2c9b54

Please sign in to comment.