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 276B

123456789101112131415
  1. {
  2. "name": "node",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "node.js",
  6. "dependencies": {
  7. "formidable": "^1.2.1"
  8. },
  9. "devDependencies": {},
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "author": "",
  14. "license": "ISC"
  15. }