Created
December 8, 2013 17:18
-
-
Save i8ramin/7860451 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": "mySteroidsProject", | |
"version": "0.1.0", | |
"description": "My awesome AppGyver Steroids project.", | |
"repository": "N/A", | |
"readme": "N/A", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "", | |
"license": "MIT", | |
"engines": { | |
"steroids": "3.1.0", | |
"node": ">=0.8.0" | |
}, | |
"devDependencies": { | |
"grunt": "~0.4.1", | |
"grunt-contrib-compass": "~0.5.0", | |
"grunt-contrib-watch": "~0.5.2", | |
"load-grunt-tasks": "~0.1.0", | |
"time-grunt": "~0.1.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment