-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
71 lines (71 loc) · 2.62 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
{
"name": "epicenter-js",
"version": "2.13.11",
"repository": {
"type": "git",
"url": "https://github.com/forio/epicenter-js-libs"
},
"main": "src/app.js",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-es2015-block-scoping": "^6.26.0",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-computed-properties": "^6.24.1",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"doxdox": "^2.0.3",
"eslint": "^4.18.1",
"eslint-plugin-jsdoc": "^5.0.2",
"fs-walk": "0.0.2",
"grunt": "^1.0.3",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-eslint": "^20.2.0",
"grunt-karma": "^2.0.0",
"grunt-markdox": "^1.2.1",
"grunt-webpack": "^3.1.2",
"husky": "^0.14.3",
"jit-grunt": "^0.10.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon-chai": "^1.3.4",
"karma-webpack": "^3.0.0",
"lodash": "^4.17.10",
"lolex": "^2.7.0",
"mocha": "^5.2.0",
"sinon": "^6.0.0",
"sinon-chai": "^3.1.0",
"time-grunt": "^1.4.0",
"uglify-js": "^3.4.0",
"webpack": "^3.11.0",
"webpack-dev-server": "^3.1.4"
},
"scripts": {
"document": "node build/docs/doxdox.js",
"debug": "node node_modules/grunt-cli/bin/grunt karma:debugMode",
"release": "npm run document && node node_modules/grunt-cli/bin/grunt production",
"build": "node node_modules/grunt-cli/bin/grunt production && npm run document",
"build:components": "node node_modules/grunt-cli/bin/grunt components",
"start": "node node_modules/grunt-cli/bin/grunt",
"prepush": "node node_modules/grunt-cli/bin/grunt validate"
},
"dependencies": {
"Base64": "^1.0.1",
"cometd-jquery": "github:forio/cometd-jquery",
"jquery": "^3.3.1"
}
}