You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 667B

12345678910111213141516171819202122
  1. {
  2. "name": "owncloud-js-tests",
  3. "description": "ownCloud tests",
  4. "version": "0.0.1",
  5. "author": {
  6. "name": "Vincent Petry",
  7. "email": "pvince81@owncloud.com"
  8. },
  9. "private": true,
  10. "homepage": "https://github.com/owncloud/",
  11. "contributors": [],
  12. "dependencies": {},
  13. "devDependencies": {
  14. "karma": "*",
  15. "karma-jasmine": "*",
  16. "karma-junit-reporter": "*",
  17. "karma-coverage": "*",
  18. "karma-phantomjs-launcher": "*",
  19. "phantomjs": "*"
  20. },
  21. "engine": "node >= 0.8"
  22. }