-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.94 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
{
"description": "This package.json file is only used for installing npm dependencies. But this is not an installable node package, but a WireCloud operator. Take a look into src/config.xml for more details about this operator",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/runtime": "^7.8.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"browserify-babel-istanbul": "^0.4.0",
"browserify-istanbul": "^3.0.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"grunt": "^1.0.4",
"grunt-babel": "^8.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-coveralls": "^2.0.0",
"grunt-eslint": "^23.0.0",
"grunt-karma": "^3.0.2",
"grunt-strip-code": "^1.0.6",
"grunt-text-replace": "~0.4.0",
"grunt-webpack": "^3.1.3",
"grunt-wirecloud": "^0.9.7",
"jasmine-core": "^3.5.0",
"karma": "^6.2.0",
"karma-babel-preprocessor": "^8.0.1",
"karma-browserify": "^7.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-firefox-launcher": "^1.2.0",
"karma-jasmine": "^2.0.1",
"karma-junit-reporter": "^2.0.1",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"mocha": "^7.0.1",
"sinon": "^8.1.1",
"watchify": "^3.11.1",
"webpack": "^4.41.5",
"wirecloud-config-parser": "^0.2.3"
},
"private": true,
"dependencies": {
"json-rules-engine": "^5.0.3",
"moment": "^2.24.0",
"nunjucks": "^3.2.3",
"resolve": "^1.15.0",
"selectn": "^1.1.2"
},
"name": "ngsi-entity-details-nunjucks-widget"
}