-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
53 lines (53 loc) · 1.26 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "angular-schema-form-nwp-file-upload",
"version": "0.1.5",
"description": "Upload file type for Angular Schema Form",
"main": "dist/schema-form-file.min.js",
"devDependencies": {
"add-stream": "^1.0.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.2.2",
"gulp-header": "^1.7.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saburab/angular-schema-form-nwp-file-upload.git"
},
"keywords": [
"angular",
"angularjs",
"schema",
"form",
"file",
"upload"
],
"author": {
"name": "Sufian Abu-Rab",
"email": "[email protected]",
"url": ""
},
"contributors": [
{
"name": "Steve Rasch",
"email": "[email protected]",
"url": ""
},
{
"name": "Florian Berthel",
"email": "[email protected]",
"url": ""
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/saburab/angular-schema-form-nwp-file-upload/issues"
},
"homepage": "https://github.com/saburab/angular-schema-form-nwp-file-upload#readme"
}