1
0
Fork 0
mirror of https://gitlab.com/Oreolek/black_phone.git synced 2024-05-07 19:48:40 +03:00
black_phone/package.json

23 lines
531 B
JSON
Raw Normal View History

2015-12-29 08:56:27 +02:00
{
2016-03-25 12:33:18 +02:00
"dependencies": {},
2015-12-29 08:56:27 +02:00
"private": true,
"devDependencies": {
2016-03-25 12:33:18 +02:00
"babelify": "^7.2.0",
"browser-sync": "^2.11.2",
"browserify": "^13.0.0",
2015-12-29 08:56:27 +02:00
"browserify-shim": "^3.8.8",
2016-02-08 13:38:44 +02:00
"coffee-script": "^1.10.0",
2016-03-25 12:33:18 +02:00
"coffeeify": "^2.0.1",
"gulp": "^3.9.1",
2016-01-20 18:48:30 +02:00
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
2016-03-25 12:33:18 +02:00
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.4",
"gulp-zip": "^3.2.0",
2015-12-29 08:56:27 +02:00
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
2016-01-20 18:48:30 +02:00
"watchify": "^3.1.0"
2015-12-29 08:56:27 +02:00
}
}