test262/package.json

23 lines
650 B
JSON

{
"name": "test262",
"version": "4.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",
"devDependencies": {
"jsvu": "^1.7.1",
"test262-harness": "^6.2.0"
},
"scripts": {
"test": "./tools/scripts/ci_test.sh"
}
}