-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.18 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
{
"author": "Royal Danish library",
"description": "Displays a message on the top of the screen, every time there is a new text (other than ) in the nui.message.announcement code table, if it hasn't already been dismissed by user.",
"devDependencies": {
"angular": "1.8.0",
"angular-mocks": "1.6.3",
"babel-plugin-transform-html-import-to-string": "0.0.1",
"babel-preset-es2015": "6.6.0",
"babelify": "7.3.0",
"browserify": "13.1.1",
"gulp": "^4.0.2",
"gulp-uglify": "^3.0.2",
"raw-loader": "^3.1.0",
"rimraf": "^2.6.3",
"vinyl": "^2.2.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"engines": {
"node": ">=4.2"
},
"keywords": [
"announcement",
"primo-explore"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "kb-primo-ve-announcement",
"optionalDependencies": {
"eslint": "^6.1.0",
"eslint-plugin-angular": "^4.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Det-Kongelige-Bibliotek/KB-Primo-VE-Announcement.git"
},
"scripts": {
"build": "gulp build",
"prepare": "rimraf dist/* && npm run build"
},
"version": "1.0.5"
}