-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 926 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "angi-file",
"version": "1.0.0",
"description": "angi-file is a directive for angularjs to help you make a model for input file and validate for supported file formats.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sgoyalnet/angi-file.git"
},
"keywords": [
"angularjs",
"file",
"input",
"file",
"format",
"validation",
"angularjs",
"file",
"input",
"support",
"for",
"ng-model"
],
"author": "Shubham Goyal",
"license": "ISC",
"bugs": {
"url": "https://github.com/sgoyalnet/angi-file/issues"
},
"homepage": "https://github.com/sgoyalnet/angi-file#readme",
"devDependencies": {
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"run-sequence": "^1.2.2"
}
}