12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "ClipTwo",
- "version": "1.3.0",
- "description": "AngularJs Bootstrap Admin Template",
- "scripts": {
- "start": "node node_modules/http-server/bin/http-server -o -p 8086"
- },
- "keywords": [
- "AngularJS",
- "admin",
- "admin",
- "dashboard",
- "admin",
- "panel",
- "app",
- "charts",
- "components",
- "ui",
- "responsive",
- "layout",
- "ui",
- "kit",
- "ui",
- "route",
- "web",
- "app",
- "widgets"
- ],
- "repository": "",
- "author": "ClipTheme",
- "dependencies": {},
- "devDependencies": {
- "grunt": "^0.4.5",
- "grunt-bower-install-simple": "^0.9.3",
- "grunt-contrib-clean": "^0.6.0",
- "grunt-contrib-compass": "^1.0.1",
- "grunt-contrib-concat": "^0.5.0",
- "grunt-contrib-copy": "^0.5.0",
- "grunt-contrib-cssmin": "^0.12.2",
- "grunt-contrib-uglify": "^0.8.0",
- "gruntfile-gtx": "^0.3.0",
- "http-server": "^0.9.0",
- "require-directory": "^2.0.0"
- }
- }
|