-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.24 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
{
"name": "angular-schema-form-nwp-components",
"version": "1.0.1",
"description": "Common web elements for Angular Schema Form",
"main": "dist/schema-form-components.min.js",
"devDependencies": {
"add-stream": "^1.0.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-connect": "^2.2.0",
"gulp-header": "^1.2.2",
"gulp-concat": "^2.6.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saburab/angular-schema-form-nwp-components.git"
},
"keywords": [
"angular",
"angularjs",
"schema",
"form",
"file",
"upload"
],
"author": {
"name": "Sufian Abu-Rab",
"email": "[email protected]",
"url": "abu-rab.de"
},
"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-components/issues"
},
"homepage": "https://github.com/saburab/angular-schema-form-nwp-components#readme"
}