0
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet-module.git synced 2024-05-24 11:58:21 +03:00
salet-module/package.json

24 lines
566 B
JSON
Raw Normal View History

2016-01-07 13:27:57 +02:00
{
2016-03-25 12:29:12 +02:00
"dependencies": {},
2016-01-07 13:27:57 +02:00
"private": true,
"devDependencies": {
2016-03-25 12:29:12 +02:00
"babelify": "^7.2.0",
2016-01-15 03:06:03 +02:00
"browser-sync": "^2.6.0",
2016-03-25 12:29:12 +02:00
"browserify": "^13.0.0",
2016-01-15 03:06:03 +02:00
"browserify-shim": "^3.8.8",
"coffee-script": "^1.10.0",
2016-03-25 12:29:12 +02:00
"coffeeify": "^2.0.1",
2016-01-07 13:27:57 +02:00
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
2016-01-15 03:06:03 +02:00
"gulp-sass": "^2.1.1",
2016-03-25 12:29:12 +02:00
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-zip": "^3.0.2",
2016-01-15 03:06:03 +02:00
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0",
"bootstrap": "^4.0.0-alpha.2"
2016-01-07 13:27:57 +02:00
}
}