-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "openui5-mobx-model",
"version": "1.1.2",
"description": "ui5 bindings for mobx",
"homepage": "https://github.com/martinxxd/openui5-mobx-model#readme",
"main": "src/MobxModel.js",
"types": "types.d.ts",
"license": "Apache-2.0",
"scripts": {
"karma": "karma start karma.conf.js",
"test": "npm run karma:ci",
"karma:ci": "karma start karma.conf.js --singleRun"
},
"authors": [
"Christian Theilemann",
"Martin Weiss"
],
"dependencies": {
"mobx": "^4.8.0"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/chai-as-promised": "^7.1.0",
"@types/mocha": "^5.2.5",
"diff": "^4.0.1",
"eslint": "^5.12.0",
"eslint-plugin-promise": "^4.0.1",
"is-ci": "^2.0.0",
"karma": "^3.1.4",
"karma-chai-plugins": "^0.9.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-openui5": "^0.2.3",
"mocha": "^5.2.0"
}
}