-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.03 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.03 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "adf-widget-registry",
"version": "0.1.0-SNAPSHOT",
"description": "A simple registry for ADF Widgets",
"homepage": "https://github.com/sdorra/adf-widget-registry",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sdorra/adf-widget-registry.git"
},
"author": {
"name": "Sebastian Sdorra",
"url": "https://twitter.com/ssdorra"
},
"contributors": [
{
"name": "Ivan Saorin",
"email": "ivan.saorin(at)gmail.com"
}
],
"dependencies": {
"body-parser": "^1.13.2",
"bower": "1.4.1",
"compression": "^1.5.1",
"express": "4.x",
"lodash": "^3.10.0",
"q": "^1.4.1",
"require-dir": "^0.3.0"
},
"devDependencies": {
"browser-sync": "~2.8.0",
"chalk": "~0.5.1",
"del": "~0.1.3",
"gulp": "~3.8.10",
"gulp-angular-filesort": "~1.0.4",
"gulp-angular-templatecache": "~1.7.0",
"gulp-autoprefixer": "~2.0.0",
"gulp-consolidate": "~0.1.2",
"gulp-csso": "~0.2.9",
"gulp-filter": "~1.0.2",
"gulp-flatten": "~0.0.4",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "~1.3.1",
"gulp-jshint": "~1.9.0",
"gulp-karma": "~0.0.4",
"gulp-less": "~1.3.6",
"gulp-load-plugins": "~0.7.1",
"gulp-minify-html": "~0.1.7",
"gulp-ng-annotate": "~1.0.0",
"gulp-order": "1.1.1",
"gulp-protractor": "~0.0.11",
"gulp-rename": "~1.2.0",
"gulp-replace": "~0.5.0",
"gulp-rev": "~2.0.1",
"gulp-rev-replace": "~0.3.1",
"gulp-size": "~1.1.0",
"gulp-uglify": "~1.0.1",
"gulp-useref": "~1.0.2",
"gulp-util": "^3.0.5",
"http-proxy": "~1.7.0",
"jshint-stylish": "~1.0.0",
"karma-jasmine": "~0.3.1",
"karma-phantomjs-launcher": "~0.1.4",
"lazypipe": "^0.2.3",
"main-bower-files": "~2.9.0",
"nodemon": "^1.3.7",
"protractor": "~1.4.0",
"require-dir": "~0.1.0",
"stream-series": "0.1.1",
"uglify-save-license": "~0.4.1",
"wiredep": "~2.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"registry",
"adf",
"widgets"
]
}