This repository has been archived by the owner on Feb 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.73 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": "notification-service",
"private": true,
"version": "0.0.1",
"main": "index.js",
"description": "Notificaion Service for Datashop.",
"homepage": "",
"repository": "https://github.com/InnovAccer/angular-notificaition-service",
"author": "Ayush Sharma",
"license": "MIT",
"devDependencies": {
"bower": "^1.7.7",
"chromedriver": "^2.14.1",
"eslint": "^3.9.1",
"eslint-config-airbnb-base": "https://github.com/InnovAccer/eslint-config-airbnb-base.git",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.8.11",
"gulp-add-src": "^0.2.0",
"gulp-angular-templatecache": "^1.5.0",
"gulp-concat": "^2.5.2",
"gulp-csscomb": "^3.0.3",
"gulp-eslint": "3.0.1",
"gulp-header": "^1.2.2",
"gulp-less": "^3.0.1",
"gulp-minify-css": "^0.5.1",
"gulp-minify-html": "^1.0.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-order": "^1.1.1",
"gulp-protractor": "0.0.12",
"gulp-rename": "^1.2.0",
"gulp-sass": "3.1.0",
"gulp-uglify": "^1.1.0",
"http-server": "^0.9.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.8",
"karma-junit-reporter": "^0.4.1",
"protractor": "^4.0.8"
},
"scripts": {
"postinstall": "bower install",
"update-deps": "npm update",
"postupdate-deps": "bower update",
"prestart": "npm install",
"start": "http-server -a localhost -p 8080 -c-1 ./demo",
"pretest": "npm install",
"test": "protractor protractor.conf.js",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor protractor.conf.js"
}
}