underscore.json 637 B

1234567891011121314151617
  1. {
  2. "name" : "underscore",
  3. "description" : "JavaScript's functional programming helper library.",
  4. "homepage" : "http://underscorejs.org",
  5. "keywords" : ["util", "functional", "server", "client", "browser"],
  6. "author" : "Jeremy Ashkenas <jeremy@documentcloud.org>",
  7. "repository" : {"type": "git", "url": "git://github.com/documentcloud/underscore.git"},
  8. "main" : "underscore.js",
  9. "version" : "1.4.4",
  10. "devDependencies": {
  11. "phantomjs": "1.9.0-1"
  12. },
  13. "scripts": {
  14. "test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true"
  15. },
  16. "license" : "MIT"
  17. }