Files
Libr-mobile/package.json
T
2014-04-01 20:58:17 +08:00

25 lines
527 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"
},
"scripts": {
"preinstall": "npm install -g http-server"
}
}