Skip to content

Commit 765c707

Browse files
committed
Adding to bower
1 parent 0406d7c commit 765c707

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

bower.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "json-2-csv",
3+
"version": "1.0.6",
4+
"homepage": "https://github.com/mrodrig/json-2-csv",
5+
"moduleType": [
6+
"node"
7+
],
8+
"license": "MIT",
9+
"ignore": [
10+
"**/.*",
11+
"node_modules",
12+
"bower_components",
13+
"test",
14+
"tests"
15+
],
16+
"dependencies": {
17+
"underscore": "1.6.0",
18+
"async": "0.2.10"
19+
}
20+
}

0 commit comments

Comments
 (0)