Skip to content

Commit 80da95a

Browse files
committed
Add package.json for NPM release
1 parent 7f71c63 commit 80da95a

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "angular-batchupload",
3+
"version": "1.0.0",
4+
"description": "A wrapper module to angular for the batchupload library",
5+
"main": "ng-batchupload.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/curiosity26/angular-batchupload.git"
12+
},
13+
"keywords": [
14+
"angular",
15+
"batchupload",
16+
"drag",
17+
"drop",
18+
"upload",
19+
"html5"
20+
],
21+
"author": "Alex Boyce <curiosity26@gmail.com>",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/curiosity26/angular-batchupload/issues"
25+
},
26+
"homepage": "https://github.com/curiosity26/angular-batchupload#readme"
27+
}

0 commit comments

Comments
 (0)