Skip to content

Commit

Permalink
Adding to bower
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvorscak committed Apr 8, 2015
1 parent ced1e2f commit c208306
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ coverage/
node_modules/
.travis.yml
cloak.min.js
karma.conf.js
karma.conf.js
bower.json
45 changes: 45 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"name": "cloakjs",
"main": "cloak.js",
"version": "1.0.0",
"moduleType": ["globals", "node"],
"repository": {
"type": "git",
"url": "http://github.com/mdvorscak/cloakjs"
},
"devDependencies": {
"coveralls": "^2.11.2",
"gulp": "^3.8.11",
"gulp-header": "^1.2.2",
"gulp-istanbul": "^0.8.1",
"gulp-jasmine": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.1.0",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.5",
"lcov-result-merger": "^1.0.2"
},
"authors": [
{"name": "Mike Dvorscak", "email": "[email protected]"}
],
"description": "A small AOP/Proxy/Wrapper library with a fluent interface",
"keywords": [
"AOP",
"wrapper",
"Cloak",
"Proxy",
"fluent"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"coverage"
]
}

0 comments on commit c208306

Please sign in to comment.