-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "striptoastr",
"version": "1.0.0",
"description": "Message Strips that Growl",
"main": "src/StripToastr.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasper07/StripToastr.git"
},
"keywords": [
"openui5",
"sapui5",
"growl",
"toaster"
],
"author": "John Patterson",
"license": "MIT",
"bugs": {
"url": "https://github.com/jasper07/StripToastr/issues"
},
"homepage": "https://github.com/jasper07/StripToastr#readme",
"devDependencies": {
"eslint-plugin-openui5": "^0.1.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
"gulp-header": "^1.8.8",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^2.1.2",
"gulp-ui5-preload": "^1.3.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-openui5": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.4",
"karma-qunit": "^1.2.1",
"qunitjs": "^1.18.0",
"run-sequence": "^1.2.2"
}
}