1234567891011121314151617181920212223242526 |
- {
- "name": "app",
- "version": "0.1.0",
- "description": "App Front",
- "main": "app.js",
- "dependencies": {},
- "devDependencies": {
- "grunt": "~0.4.5",
- "grunt-contrib-clean": "~0.6.0",
- "grunt-contrib-concat": "~0.5.1",
- "grunt-contrib-copy": "~0.8.2",
- "grunt-contrib-cssmin": "~0.14.0",
- "grunt-contrib-less": "~1.1.0",
- "grunt-contrib-uglify": "~0.10.0",
- "grunt-usemin": "~3.1.1"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.rthoni.com/"
- },
- "author": "",
- "license": "MIT"
- }
|