Skip to content

Commit c208306

Browse files
committed
Adding to bower
1 parent ced1e2f commit c208306

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ coverage/
33
node_modules/
44
.travis.yml
55
cloak.min.js
6-
karma.conf.js
6+
karma.conf.js
7+
bower.json

bower.json

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"name": "cloakjs",
3+
"main": "cloak.js",
4+
"version": "1.0.0",
5+
"moduleType": ["globals", "node"],
6+
"repository": {
7+
"type": "git",
8+
"url": "http://github.com/mdvorscak/cloakjs"
9+
},
10+
"devDependencies": {
11+
"coveralls": "^2.11.2",
12+
"gulp": "^3.8.11",
13+
"gulp-header": "^1.2.2",
14+
"gulp-istanbul": "^0.8.1",
15+
"gulp-jasmine": "^2.0.1",
16+
"gulp-rename": "^1.2.2",
17+
"gulp-uglify": "^1.1.0",
18+
"jasmine-core": "^2.2.0",
19+
"karma": "^0.12.31",
20+
"karma-chrome-launcher": "^0.1.7",
21+
"karma-coverage": "^0.2.7",
22+
"karma-jasmine": "^0.3.5",
23+
"lcov-result-merger": "^1.0.2"
24+
},
25+
"authors": [
26+
{"name": "Mike Dvorscak", "email": "[email protected]"}
27+
],
28+
"description": "A small AOP/Proxy/Wrapper library with a fluent interface",
29+
"keywords": [
30+
"AOP",
31+
"wrapper",
32+
"Cloak",
33+
"Proxy",
34+
"fluent"
35+
],
36+
"license": "MIT",
37+
"ignore": [
38+
"**/.*",
39+
"node_modules",
40+
"bower_components",
41+
"test",
42+
"tests",
43+
"coverage"
44+
]
45+
}

0 commit comments

Comments
 (0)