web 3d图形渲染器
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.

14 lines
279 B

  1. {
  2. "name": "extsprintf",
  3. "version": "1.3.0",
  4. "description": "extended POSIX-style sprintf",
  5. "main": "./lib/extsprintf.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/davepacheco/node-extsprintf.git"
  9. },
  10. "engines": [
  11. "node >=0.6.0"
  12. ],
  13. "license": "MIT"
  14. }