-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.35 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
{
"name": "codeigniter-template",
"version": "0.0.2",
"description": "Website template (skeleton) based on CodeIgniter 3",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"autoprefixer": "^9.4.7",
"browser-sync": "^2.26.3",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.8",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0-beta.2",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-touch": "^1.0.1",
"gulp-touch-fd": "^2.0.0",
"gulp-uglify": "^3.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NordicSoft/codeigniter-template.git"
},
"keywords": [
"NordicSoft",
"CodeIgniter",
"website-template"
],
"author": "NordicSoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/NordicSoft/codeigniter-template/issues"
},
"homepage": "https://github.com/NordicSoft/codeigniter-template#readme",
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"chrome": "58",
"ie": "11"
}
}
]
],
"ignore": [
"assets/js/vendor"
]
}
}