forked from marmelab/ng-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
160 lines (160 loc) · 6.41 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "ng-admin",
"version": "1.0.9",
"license": "MIT",
"private": false,
"main": "lib/javascripts/ng-admin.js",
"repository": {
"type": "git",
"url": "git://github.com/marmelab/ng-admin.git"
},
"files": [
"*.md",
"build/",
"lib/"
],
"dependencies": {
"admin-config": "~0.12.2",
"angular": "~1.6.1",
"angular-numeraljs": "^1.1.6",
"angular-sanitize": "^1.3.15",
"angular-translate": "^2.11.0",
"angular-ui-bootstrap": "~1.2.1",
"angular-ui-codemirror": "jpetitcolas/ui-codemirror#di",
"angular-ui-router": "~0.4.0",
"bootstrap-sass": "^3.3.7",
"codemirror": "^5.2.0",
"core-js": "^0.6.1",
"es6-promise": "^2.3.0",
"font-awesome": "^4.3.0",
"humane-js": "^3.2.2",
"jsonlint": "^1.6.2",
"lodash.debounce": "4.0.8",
"ng-file-upload": "^7.0.12",
"nginflection": "^1.1.10",
"node-libs-browser": "^0.5.0",
"nprogress": "^0.2.0",
"numeral": "^1.5.3",
"papaparse": "^4.1.1",
"rangy": "^1.3.0",
"restangular": "~1.5.2",
"textangular": "1.4.3",
"ui-select": "0.18.1"
},
"devDependencies": {
"angular-mocks": "~1.6.1",
"babel": "^6.5.2",
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"chai": "^3.3.0",
"css-loader": "^0.25.0",
"diff": "~3.2.0",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^0.8.0",
"fakerest": "^1.1.4",
"file-loader": "^0.9.0",
"html-loader": "^0.3.0",
"jasmine": "~2.4.1",
"jasmine-core": "~2.4.1",
"jasmine-spec-reporter": "^3.2.0",
"jshint-stylish": "~0.1.3",
"json-server": "~0.8.8",
"karma": "~0.13.22",
"karma-chrome-launcher": "~0.2.3",
"karma-jasmine": "~0.3.8",
"karma-mocha": "~1.3.0",
"karma-mocha-reporter": "~2.2.2",
"karma-ng-html2js-preprocessor": "~0.2.2",
"karma-ng-scenario": "~0.1.0",
"karma-phantomjs-launcher": "~1.0.4",
"karma-webpack": "~1.7.0",
"lodash": "^4.17.2",
"mocha": "~2.5.3",
"ng-annotate-loader": "0.0.2",
"ngtemplate-loader": "^1.3.0",
"node-sass": "^3.9.3",
"phantomjs-prebuilt": "~2.1.4",
"protractor": "~4.0.11",
"sass-loader": "^4.0.2",
"sinon": "~1.14.1",
"style-loader": "^0.13.1",
"superagent": "^0.18.2",
"url-loader": "^0.5.5",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1"
},
"engines": {
"node": ">=4.2.0"
},
"scripts": {
"test": "make test"
},
"contributors": [
"Francois Zaninotto (https://github.com/fzaninotto)",
"Emmanuel Quentin (https://github.com/manuquentin)",
"Jonathan Petitcolas <[email protected]> (https://github.com/jpetitcolas)",
"Jérôme Macias <[email protected]> (https://github.com/jeromemacias)",
"ThieryMichel (https://github.com/ThieryMichel)",
"Daphné Popin (https://github.com/PopDaph)",
"Alexis Janvier <[email protected]> (https://github.com/alexisjanvier)",
"Greg (https://github.com/Phocea)",
"Kmaschta <[email protected]> (https://github.com/Kmaschta)",
"Gildas Garcia (https://github.com/djhi)",
"Xennis <[email protected]> (https://github.com/Xennis)",
"Robin Bressan (https://github.com/RobinBressan)",
"Florian F. (https://github.com/floo51)",
"Ken Egozi <[email protected]> (https://github.com/kenegozi)",
"Richard Bradley (https://github.com/RichardBradley)",
"Abdellatif Ait boudad (https://github.com/aitboudad)",
"Armel Larcier <[email protected]> (https://github.com/Benew)",
"BrainCrumbz (https://github.com/BrainCrumbz)",
"Gregory Kornienko (https://github.com/gregbiv)",
"marmelab-bot (https://github.com/marmelab-bot)",
"Brikou CARRE (https://github.com/brikou)",
"Sébastien Lourseau (https://github.com/SebLours)",
"Benjamin Ihrig (https://github.com/ihrigb)",
"Erik LaBianca <[email protected]> (https://github.com/easel)",
"Frank Fang <[email protected]> (https://github.com/FrankFang)",
"Josua Schmid <[email protected]> (https://github.com/schmijos)",
"Kévin Dunglas <[email protected]> (https://github.com/dunglas)",
"Luís Cesar Coimbra <[email protected]> (https://github.com/luiscoimbra)",
"Maksim Bormot (https://github.com/maksimbormot)",
"Alex Bogdanovski <[email protected]> (https://github.com/albogdano)",
"Amarildo <[email protected]> (https://github.com/AmarildoGrembi)",
"Andrei Railean <[email protected]> (https://github.com/AndreiRailean)",
"Aric Huang <[email protected]> (https://github.com/concreted)",
"Dan Nolan (https://github.com/Dan-Nolan)",
"Dave Shah <[email protected]> (https://github.com/daveshah)",
"Endel Dreyer <[email protected]> (https://github.com/endel)",
"Jaco Koster (https://github.com/JacoKoster)",
"Johann Philipp Strathausen <[email protected]> (https://github.com/strathausen)",
"Kevin Kirsche <[email protected]> (https://github.com/kkirsche)",
"Marcelo Jorge Vieira <[email protected]> (https://github.com/marcelometal)",
"Matías Lescano (https://github.com/mjlescano)",
"Matthias Lüneberg (https://github.com/matsluni)",
"Michel D'HOOGE <[email protected]> (https://github.com/mdhooge)",
"Nick Schappler <[email protected]> (https://github.com/nschappl)",
"Ori <[email protected]> (https://github.com/bestori)",
"Powize (https://github.com/powize)",
"PrintHelloWorld (https://github.com/PrintHelloWorld)",
"Raphael Schmitt (https://github.com/schmittr)",
"Reinis Grinbergs <[email protected]> (https://github.com/rpg600)",
"Richard Guan (https://github.com/richguan)",
"Roland Schilter <[email protected]> (https://github.com/rndstr)",
"Sigi (https://github.com/Sicaine)",
"The Gitter Badger <[email protected]> (https://github.com/gitter-badger)",
"Trevor Goodyear (https://github.com/tgoodyear)",
"Vincent Bel <[email protected]> (https://github.com/VincentBel)",
"Vyacheslav Salakhutdinov <[email protected]> (https://github.com/megazoll)",
"SublimeWajih (https://github.com/SublimeWajih)",
"Will Dowling (https://github.com/dowlingw)",
"Fedor Belov (https://github.com/fedotxxl)",
"Tal Avissar (https://github.com/talaviss)",
"yannis despotopoulos (https://github.com/dealboy)",
"James Rivett-Carnac <[email protected]> (https://github.com/yarbelk)"
]
}