-
Notifications
You must be signed in to change notification settings - Fork 273
/
package.json
73 lines (73 loc) · 2.25 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "official-lumx",
"version": "1.9.12",
"description": "The first responsive front-end framework based on AngularJS & Google Material Design specifications",
"keywords": [
"AngularJS",
"Material Design",
"Framework"
],
"homepage": "https://ui.lumapps.com",
"bugs": {
"url": "https://github.com/lumapps/lumx/issues"
},
"license": "MIT",
"files": [
"dist"
],
"author": "LumApps",
"contributors": [
"Arnaud Valle <[email protected]> (http://arnaudvalle.com/)",
"Clément Prévot <[email protected]> (https://github.com/clementprevot)",
"Élie Mélois <[email protected]> (https://github.com/emelois)",
"Florent Dinet <[email protected]> (https://github.com/FlorentDinet)",
"Florent Espanet <[email protected]> (https://www.volent.fr/)",
"Florian Mithieux <[email protected]> (http://florian-mithieux.fr/#!/)",
"Grégory Cat <[email protected]> (https://github.com/gregorycat)",
"Marc Alexandre <[email protected]> (http://malexandre.fr/)",
"Matthias Manoukian <[email protected]> (https://github.com/matmkian)",
"Maxime Bizot <[email protected]> (https://github.com/bizot)",
"Philippe Bouchon <[email protected]> (https://github.com/philippeBchn)"
],
"main": "./dist/lumx.js",
"repository": {
"type": "git",
"url": "https://github.com/lumapps/lumx.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@mdi/font": "^4.4.95",
"angular": "^1.5.11",
"bourbon": "~4.2.7",
"jquery": "latest",
"moment": "latest",
"sass-mq": "^3.3.2",
"velocity-animate": "latest"
},
"devDependencies": {
"angular-highlightjs": "latest",
"angular-ui-router": "latest",
"del": "latest",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-insert": "^0.5.0",
"gulp-load-plugins": "^1.5.0",
"gulp-clean-css": "^3.10.0",
"gulp-plumber": "^v1.2.1",
"gulp-remove-lines": "^0.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-sass": "^3.2.1",
"gulp-templatecache": "0.0.3",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"minimist": "^1.2.0"
},
"engines": {
"node": ">4.0.0",
"npm": ">3"
}
}