123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "vali-admin",
- "version": "2.3.0",
- "description": "An admin theme built with Bootstrap, sass and PugJs",
- "devDependencies": {
- "autoprefixer": "^7.1.0",
- "grunt": "^1.0.1",
- "grunt-contrib-pug": "^1.0.0",
- "grunt-contrib-watch": "^1.0.0",
- "grunt-postcss": "^0.8.0",
- "grunt-sass": "^2.0.0"
- },
- "scripts": {
- "dev": "grunt watch",
- "build": "grunt build"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/pratikborsadiya/vali-admin.git"
- },
- "keywords": [
- "admin",
- "dashboard",
- "theme"
- ],
- "author": "Pratik Borsadiya",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/pratikborsadiya/vali-admin/issues"
- },
- "homepage": "http://pratikborsadiya.in/blog/vali-admin"
- }
|