This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
/
package.json
67 lines (67 loc) · 2.1 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
{
"name": "website",
"version": "1.0.2",
"description": "rest frontend application",
"main": "Gruntfile.js",
"keywords": [
"elektra",
"libelektra",
"kdb",
"configuration"
],
"author": "Namoshek",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git://github.com/ElektraInitiative/libelektra.git"
},
"devDependencies": {
"@iamadamjowett/angular-logger-max": "^1.2.3",
"angular": "^1.8.2",
"angular-animate": "^1.8.2",
"angular-breadcrumb": "^0.5.0",
"angular-clipboard": "^1.7.0",
"angular-file-saver": "^1.1.3",
"angular-marked": "github:mpranj/angular-marked#v1.2.4",
"angular-messages": "^1.8.2",
"angular-sanitize": "^1.8.2",
"angular-slugify": "^1.0.3",
"angular-translate": "^2.18.4",
"angular-translate-loader-static-files": "^2.18.4",
"angular-typewriter": "0.0.15",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-notification": "^0.3.6",
"@uirouter/angularjs": "^0.4.2",
"bootstrap": "^3.4.1",
"connect-modrewrite": "^0.10.2",
"docsearch.js": "^2.6.3",
"fs-extra": "^0.30.0",
"grunt": "^1.3.0",
"grunt-browserify": "^6.0.0",
"grunt-cli": "latest",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-preprocess": "latest",
"highlight.js": "^11.4.0",
"jquery": "^3.6.0",
"jshint-stylish": "latest",
"ng-tags-input": "^3.2.0",
"rss": "^1.2.2",
"satellizer": "^0.15.5",
"slugify": "^1.5.0",
"underscore": "^1.12.1",
"xmlbuilder": "^15.1.1"
},
"scripts": {
"postinstall": "./node_modules/grunt-cli/bin/grunt install"
},
"config": {
"unsafe-perm": true
}
}