-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.81 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "travel",
"title": "travel",
"version": "",
"description": "My Travel Gallery",
"main": "server.js",
"engines": {
"node": "11.6.0",
"npm": "6.5.0-next.0"
},
"scripts": {
"prestart": "npm install",
"start": "gulp",
"test": "karma start karma.conf.js --single-run --log-level debug"
},
"repository": {
"type": "git",
"url": "https://github.com/varararun/travel.git"
},
"author": "arun varghese",
"contributors": [
{
"name": "avarghese4790",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/varararun/travel/issues"
},
"homepage": "https://github.com/varararun/travel",
"keywords": [
"travel",
"gallery"
],
"dependencies": {},
"devDependencies": {
"bower": "^1.8.0",
"browser-sync": "^2.26.3",
"clean-css": "^3.4.21",
"del": "^2.2.2",
"eslint": "^5.12.1",
"express": "^4.16.4",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-header": "^2.0.7",
"gulp-jsbeautifier": "^3.0.0",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"jasmine": "^2.5.3",
"jshint": "^2.9.7",
"jshint-stylish": "^2.2.1",
"karma": "^3.1.4",
"karma-jasmine": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"lite-server": "^2.4.0",
"nodemon": "^1.18.9",
"requirejs": "^2.3.2",
"sass": "^1.16.0",
"uglify": "^0.1.5"
}
}