1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "jasminewd2",
- "description": "WebDriverJS adapter for Jasmine2.",
- "homepage": "https://github.com/angular/jasminewd",
- "keywords": [
- "test",
- "testing",
- "webdriver",
- "webdriverjs",
- "selenium",
- "jasmine"
- ],
- "author": "Julie Ralph <ju.ralph@gmail.com>",
- "devDependencies": {
- "@types/jasmine": "^2.5.40",
- "@types/node": "^6.0.56",
- "@types/selenium-webdriver": "^2.53.38",
- "jasmine": "2.4.1",
- "jshint": "^2.9.4",
- "selenium-webdriver": "3.5.0",
- "tslint": "^4.2.0",
- "tslint-eslint-rules": "^3.2.3",
- "typescript": "^2.0.10",
- "vrsource-tslint-rules": "^4.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/angular/jasminewd.git"
- },
- "main": "index.js",
- "scripts": {
- "jshint": "jshint index.js spec",
- "tslint": "tslint spec/*.ts",
- "lint": "npm run jshint && npm run tslint",
- "tsc": "tsc; cp spec/*.js built_spec",
- "pretest": "npm run lint && npm run tsc",
- "test": "scripts/test.sh"
- },
- "license": "MIT",
- "engines": {
- "node": ">= 6.9.x"
- },
- "version": "2.2.0"
- }
|