-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.38 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
{
"name": "ui5-toolbox",
"version": "0.0.1",
"description": "",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS && npm run -s lint",
"lint": "eslint 'src/**/*.js' & eslint 'test/**/*.js'",
"docs": "jsdoc -c jsdoc-conf.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ui5experts/ui5-toolbox.git"
},
"keywords": [
"ui5",
"sapui5",
"openui5",
"tools",
"utilities",
"library"
],
"author": {
"name": "Christian Schuff",
"email": "christian.schuff@ui5experts.com",
"url": "http://www.ui5experts.com"
},
"contributors": [
{
"name": "HP Seitz",
"email": "hpseitz@mypro.de",
"url": "http://www.mypro.de"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ui5experts/ui5-toolbox/issues"
},
"homepage": "https://github.com/ui5experts/ui5-toolbox#readme",
"devDependencies": {
"coveralls": "^2.11.9",
"eslint": "^3.15.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"jsdoc": "^3.4.3",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-openui5": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-qunit": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"qunitjs": "^1.14.0"
}
}