-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "typescripting-task",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "gulp",
"postinstall": "./node_modules/protractor/bin/webdriver-manager update && typings install --save-dev node cucumber --source dt --global"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manu7691/Typescripting.git"
},
"author": "Manuel J. Lopez",
"license": "MIT",
"bugs": {
"url": "https://github.com/manu7691/Typescripting/issues"
},
"homepage": "https://github.com/manu7691/Typescripting#readme",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"cucumber": "^1.2.2",
"cucumber-tsflow": "^1.1.2",
"gulp": "^3.9.1",
"gulp-cli": "^1.2.2",
"gulp-protractor": "^3.0.0",
"gulp-tslint": "^6.1.1",
"protractor": "^4.0.4",
"protractor-cucumber-framework": "^0.6.0",
"selenium-webdriver": "^3.0.0-beta-2",
"ts-node": "^1.3.0",
"tslint": "^3.15.1",
"typescript": "^1.8.10",
"typings": "^1.3.3"
}
}