summaryrefslogtreecommitdiff
path: root/package.json
blob: 9eec0d897124cb445a9d2b8f2d48bceb755e9bda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "test262",
  "version": "2.0.0",
  "description": "Test262 tests conformance to the continually maintained draft future ECMAScript standard found at http://tc39.github.io/ecma262/ , together with any Stage 3 or later TC39 proposals.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tc39/test262.git"
  },
  "license": "BSD",
  "bugs": {
    "url": "https://github.com/tc39/test262/issues"
  },
  "private": true,
  "homepage": "https://github.com/tc39/test262#readme"
}