-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.43 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
{
"name": "lmmi_2015",
"version": "1.0.0",
"description": "- subtheme of Omega 4 - separate branch for Kindredspaces.ca",
"main": "gulpfile.babel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roblib/lmmi_2015.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/roblib/lmmi_2015/issues"
},
"homepage": "https://github.com/roblib/lmmi_2015#readme",
"devDependencies": {
"ajv": "^5.5.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"bourbon": "^4.3.4",
"bourbon-neat": "^1.9.0",
"browser-sync": "^2.18.13",
"compass-mixins": "^0.12.10",
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-extname": "^0.2.2",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^6.2.0",
"gulp-load-plugins": "^2.0.1",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"js-yaml": "^3.13.1",
"rimraf": "^2.6.2",
"vinyl-named": "^1.1.0",
"webpack": "^3.9.0",
"webpack-stream": "^4.0.0",
"yargs": "^10.0.3"
},
"babel": {
"presets": [
"es2015"
]
}
}