mirror of
https://github.com/wahyd4/Libr-mobile.git
synced 2026-08-09 04:45:57 +10:00
28 lines
643 B
JSON
28 lines
643 B
JSON
{
|
|
"name": "libr-mobile",
|
|
"version": "0.0.1",
|
|
"description": "libr mobile client",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Junv",
|
|
"license": "BSD-2-Clause",
|
|
|
|
"dependencies": {
|
|
"gulp": "3.5",
|
|
"gulp-coffee": ">=1.4.1",
|
|
"gulp-minify-css": ">= 0.3.0",
|
|
"gulp-concat": ">=2.1.7",
|
|
"gulp-uglify": ">=0.2.1t",
|
|
"gulp-exec": ">=1.0.4",
|
|
"gulp-bower": "0.0.4"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "npm install -g http-server",
|
|
"preinstall": "npm install -g cordova"
|
|
}
|
|
|
|
|
|
}
|