0
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet-module.git synced 2024-06-16 15:10:52 +03:00
salet-module/package.json

24 lines
533 B
JSON
Raw Normal View History

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