-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.11 KB
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
{
"name": "tfgCrowDevelop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "bower install",
"karma": "./node_modules/karma/bin/karma start karma.conf.js",
"driver": "webdriver-manager start",
"protractor": "protractor protractor.conf.js",
"gulp": "gulp"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.15.0",
"chromedriver": "^2.24.1",
"connect-modrewrite": "^0.9.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^2.3.1",
"gulp-cssmin": "^0.1.7",
"gulp-exec": "^2.1.2",
"gulp-jshint": "^1.12.0",
"gulp-live-server": "0.0.29",
"gulp-load-plugins": "^0.8.1",
"gulp-path": "^3.0.3",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.3.2",
"gulp-util": "^3.0.7",
"jasmine": "^2.5.2",
"jasmine-reporters": "^2.2.0",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"protractor": "^4.0.9",
"sw-precache": "^4.2.2"
}
}