-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 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
{
"name": "meta-constant",
"version": "0.3.3",
"description": "meta-constants for javascript tests",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/freiheit-com/meta-constant.git"
},
"main": "dist/meta-constant.js",
"files": [
"dist/meta-constant.js",
"dist/meta-constant.js.flow"
],
"dependencies": {},
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "10.0.2",
"babel-loader": "8.0.6",
"babel-plugin-add-module-exports": "1.0.2",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"babel-register": "6.26.0",
"babelify": "10.0.0",
"browserify": "16.3.0",
"chalk": "2.4.2",
"eslint": "6.1.0",
"eslint-config-google": "0.13.0",
"expect": "24.8.0",
"flow-bin": "0.103.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "4.2.0",
"karma-babel-preprocessor": "8.0.1",
"karma-browserify": "6.1.0",
"karma-chrome-launcher": "3.0.0",
"karma-coverage": "1.1.2",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"mocha": "6.2.0",
"run-sequence": "2.2.1",
"watchify": "3.11.1",
"webpack": "4.37.0"
},
"scripts": {
"test": "mocha --require babel-core/register"
}
}