-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
79 lines (79 loc) · 2.17 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
{
"name": "Kidoju.Widgets",
"filename": "kidoju.widgets",
"version": "0.3.8",
"description": "Kendo UI Widgets for the Kidoju platform",
"author": "Memba Sarl",
"copyright": "Copyright ©2013-2018 Memba® Sarl. All rights reserved.",
"license": "AGPL-3.0",
"homepage": "http://widgets.kidoju.com",
"keywords": [
"Memba",
"Kidoju",
"Kendo UI",
"Javascript",
"Widgets"
],
"repository": {
"type": "git",
"url": "https://github.com/Memba/Kidoju-Widgets.git"
},
"bugs": {
"url": "https://github.com/Memba/Kidoju-Widgets/issues"
},
"scripts": {
"start": "node ./nodejs/http.server.js",
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-plugin-module-resolver": "^3.1.1",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"grunt": "^1.0.2",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-eslint": "^20.1.0",
"grunt-jscs": "^3.0.1",
"grunt-jsdoc": "^2.2.1",
"grunt-mocha": "^1.0.4",
"grunt-mocha-test": "^0.13.3",
"grunt-stylelint": "^0.10.0",
"karma": "^2.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.2.0",
"karma-sinon": "^1.0.5",
"less": "^3.0.1",
"mocha": "^5.0.5",
"phantomjs-prebuilt": "^2.1.16",
"prettier": "^1.11.1",
"sinon": "^4.5.0",
"stylelint": "^9.2.0",
"stylelint-config-standard": "^18.2.0",
"systemjs-plugin-babel": "0.0.25"
},
"engines": {
"node": ">=4"
},
"config": {
"msvs_version": "2015"
}
}