Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 2 gadiem
1234567891011121314151617181920212223242526
  1. {
  2. "name": "drone-with-nodejs",
  3. "version": "1.0.0",
  4. "description": "An example NodeJS repo with Drone test/build",
  5. "main": "server.js",
  6. "scripts": {
  7. "test": "mocha -R spec spec.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/drone-demos/drone-with-nodejs.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "bugs": {
  16. "url": "https://github.com/drone-demos/drone-with-nodejs/issues"
  17. },
  18. "homepage": "https://github.com/drone-demos/drone-with-nodejs#readme",
  19. "dependencies": {
  20. "express": "^4.16.3"
  21. },
  22. "devDependencies": {
  23. "mocha": "^5.2.0",
  24. "supertest": "^3.1.0"
  25. }
  26. }

Powered by TurnKey Linux.