begiresh
Version:
A mobile application smart banner for Iranian markets
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "begiresh",
"version": "1.3.2",
"description": "A mobile application smart banner for Iranian markets",
"main": "src/begiresh.js",
"scripts": {
"build-css": "catw -c 'lessc -' 'src/begiresh.less' > dist/begiresh.css && postcss dist/begiresh.css --use autoprefixer -r --no-map",
"build-js": "browserify src/begiresh.js -s Begiresh | ccjs - > dist/begiresh.js",
"build": "npm run build-js && npm run build-css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inb-co/Begiresh.git"
},
"keywords": [
"Iran",
"Smartbanner",
"Android",
"Google Play",
"Cafe Bazaar",
"Persian",
"Farsi"
],
"author": "Javid Izadfar",
"license": "MIT",
"bugs": {
"url": "https://github.com/inb-co/Begiresh/issues"
},
"homepage": "https://github.com/inb-co/Begiresh#readme",
"dependencies": {
"component-query": "^0.0.3",
"cookie-cutter": "^0.1.1",
"get-doc": "^1.0.3",
"xtend": "^4.0.0"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"browserify": "^10.2.4",
"catw": "^1.0.1",
"closurecompiler": "^1.5.1",
"less": "^2.7.2",
"postcss-cli": "^3.0.0"
}
}