Created
August 18, 2015 11:05
-
-
Save jirihelmich/b39765fba623bbf9ace9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "MewsCommander", | |
| "version": "0.0.1", | |
| "description": "Mews commander", | |
| "main": "index.js", | |
| "dependencies": {}, | |
| "devDependencies": { | |
| "bower": "^1.3.3", | |
| "grunt": "^0.4.5", | |
| "load-grunt-tasks": "^3.2.0", | |
| "grunt-angular-templates": "^0.5.7", | |
| "grunt-closure-compiler": "0.0.21", | |
| "grunt-contrib-copy": "0.8.0", | |
| "grunt-contrib-csslint": "0.5.0", | |
| "grunt-contrib-jshint": "0.11.2", | |
| "grunt-contrib-less": "1.0.1", | |
| "grunt-contrib-nodeunit": "0.4.1", | |
| "grunt-contrib-requirejs": "^0.4.4", | |
| "grunt-contrib-uglify": "0.9.1", | |
| "grunt-contrib-watch": "^0.6.1", | |
| "grunt-env": "^0.4.4", | |
| "grunt-html-convert": "*", | |
| "grunt-jscodesniffer": "^0.1.10", | |
| "grunt-jscs": "2.1.0", | |
| "grunt-run-grunt": "^0.1.4", | |
| "grunt-version-check": "^0.2.1", | |
| "jscs-teamcity-reporter": "0.0.4" | |
| }, | |
| "scripts": { | |
| "postinstall": "bower install && grunt" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment