Skip to content

Commit c360d63

Browse files
committedSep 12, 2015
Added npm config file
1 parent 98a56c9 commit c360d63

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎package.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "cordova-obimagepicker",
3+
"version": "1.0.9",
4+
"description": "Cordova file picker",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://ovidiubularda@github.com/ovidiubularda/cordova-imagePicker.git"
12+
},
13+
"author": "Ovidiu Bularda",
14+
"license": "ISC",
15+
"bugs": {
16+
"url": "https://github.com/ovidiubularda/cordova-imagePicker/issues"
17+
},
18+
"homepage": "https://github.com/ovidiubularda/cordova-imagePicker#readme"
19+
}

0 commit comments

Comments
 (0)
Failed to load comments.