Builder for hcitool class codes
https://bluetooth-class.mobiusk.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
586 B
26 lines
586 B
{
|
|
"name": "bluetooth-class",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "gulp",
|
|
"build": "gulp build"
|
|
},
|
|
"dependencies": {
|
|
"materialize-css": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "^2.26.3",
|
|
"firebase-tools": "^6.4.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-cache-bust": "^1.4.0",
|
|
"gulp-clean": "^0.4.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-include": "^2.3.1",
|
|
"gulp-pug": "^4.0.1",
|
|
"gulp-sass": "^4.0.2",
|
|
"gulp-terser": "^1.1.6",
|
|
"gulp-uglify": "^3.0.1"
|
|
}
|
|
}
|
|
|