1
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet.git synced 2024-07-07 01:04:25 +03:00
salet/package.json

25 lines
566 B
JSON
Raw Normal View History

2016-01-07 13:27:57 +02:00
{
2016-09-10 07:38:07 +03:00
"dependencies": {
2016-11-15 11:44:47 +02:00
"salet": "^1.5.3"
2016-09-10 07:38:07 +03:00
},
2016-01-07 13:27:57 +02:00
"private": true,
"devDependencies": {
2016-11-15 11:44:47 +02:00
"bootstrap": "^4.0.0-alpha.2",
"browser-sync": "^2.17.6",
"browserify": "^13.1.1",
2016-01-15 03:06:03 +02:00
"browserify-shim": "^3.8.8",
2016-11-15 11:44:47 +02:00
"coffee-script": "^1.11.1",
2016-03-25 12:29:12 +02:00
"coffeeify": "^2.0.1",
2016-01-07 13:27:57 +02:00
"gulp": "^3.8.11",
2016-11-15 11:44:47 +02:00
"gulp-coffee": "^2.3.3",
"gulp-concat": "^2.6.1",
2016-01-15 03:06:03 +02:00
"gulp-sass": "^2.1.1",
2016-11-15 11:44:47 +02:00
"gulp-uglify": "^2.0.0",
2016-03-25 12:29:12 +02:00
"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",
2016-11-15 11:44:47 +02:00
"watchify": "^3.1.0"
2016-01-07 13:27:57 +02:00
}
}