UNPKG

cheeky-angular

Version:
34 lines (33 loc) 978 B
{ "name": "cheeky-angular", "version": "0.1.1", "description": "Angular Components for Cheeky CMS", "main": "index.js", "directories": { "example": "example" }, "scripts": { "clean": "rm -rf dist", "prebuild": "npm run clean", "build": "mkdir dist && lessc src/cheeky.less dist/cheeky.css && uglifyjs src/cheeky-angular.js --compress --source-map dist/cheeky-angular.min.js --source-map-root .. --source-map-url ../dist/cheeky-angular.min.js.map -o dist/cheeky-angular.min.js" }, "repository": { "type": "git", "url": "git+https://github.com/cheekycms/cheeky-angular.git" }, "keywords": [ "angular", "cheeky", "cms" ], "author": "Charlie Brown <carbonrobot@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/cheekycms/cheeky-angular/issues" }, "homepage": "https://github.com/cheekycms/cheeky-angular#readme", "devDependencies": { "less": "^2.5.3", "uglifyjs": "^2.4.10" } }