amiibofindr/package.json

21 lines
399 B
JSON

{
"name": "amiibofindr",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPLv2",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-watch": "^4.2.4"
},
"dependencies": {
"gulp-concat": "~2.5.2"
}
}