forked from OpenIdentityPlatform/OpenIG
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 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
{
"name": "openig-ui",
"description": "OpenIG UI",
"private": true,
"devDependencies": {
"babel-eslint": "6.1.2",
"babel-preset-es2015": "6.9.0",
"eslint": "4.18.2",
"eslint-formatter-warning-summary": "1.0.1",
"eslint-plugin-requirejs": "2.0.1",
"grunt": "1.6.1",
"grunt-babel": "6.0.0",
"grunt-cli": "1.2.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-less": "1.3.0",
"grunt-contrib-qunit": "1.3.0",
"grunt-contrib-requirejs": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "19.0.0",
"grunt-notify": "0.4.5",
"grunt-serve": "0.1.6",
"grunt-sync": "0.8.1",
"less-plugin-clean-css": "1.5.1",
"lodash": ">=4.17.21",
"requirejs": "2.3.7",
"es5-ext": "0.10.53"
},
"dependencies": {
"dragula": "3.6.7",
"awesome-bootstrap-checkbox": "0.3.7",
"cookie-signature": ">=1.0.4",
"clean-css": ">=4.1.11",
"negotiator": ">=0.6.1",
"fresh": ">=0.5.2",
"send": ">=0.19.0",
"dot": ">=1.1.3",
"lodash": ">=4.17.21",
"grunt": ">=1.3.0"
}
}