package.json 300 B

12345678910111213141516
  1. {
  2. "name": "app_name",
  3. "version": "0.0.1",
  4. "description": "",
  5. "main": "Gruntfile.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "homepage": "",
  12. "devDependencies": {
  13. "embark": "^2.3.3",
  14. "mocha": "^2.2.5"
  15. }
  16. }