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
|
{
"name": "moonwebview",
"version": "1.0.0",
"homepage": "https://github.com/rebirthmonkey/moon",
"authors": [
"arnaud.marhin <arnaud.marhin@orange.com>",
"samy Abdallah <samy.abdallah@orange.com>, @samyabh"
],
"description": "Authorization module for OpenStack",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"angular": "1.3.0",
"angular-animate": "1.3.0",
"angular-bootstrap": "0.12.2",
"angular-cookies": "1.3.0",
"angular-messages": "1.5.0",
"angular-motion": "0.3.4",
"angular-resource": "1.3.0",
"angular-route": "1.3.0",
"angular-strap": "2.3.8",
"angular-translate": "2.4.1",
"angular-translate-loader-static-files": "2.7.0",
"angular-translate-storage-cookie": "2.7.0",
"angular-ui-router": "0.2.11",
"angular-ui-select": "0.12.10",
"angularjs-toaster": "0.4.12",
"bootstrap": "3.2.0",
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.0.3",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-inject": "^4.2.0",
"gulp-load-plugins": "^1.5.0",
"gulp-uglify": "^2.0.1",
"gulp-webserver": "^0.9.1",
"jquery": "2.1.1",
"ng-storage": "^0.3.2",
"ng-switchery": "1.0.0",
"ng-table": "0.5.4",
"select2": "3.5.1",
"selectize": "0.12.0",
"stream-series": "^0.1.1",
"switchery": "0.0.2",
"underscore": "1.8.3",
"vinyl-paths": "^2.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "Apache-2.0"
}
|