This repository has been archived by the owner on Apr 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.55 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "aurelia-e2e-testing",
"version": "0.0.1",
"description": "A starter kit for testing Aurelia apps with protractor.",
"keywords": [
"aurelia",
"e2e"
],
"license": "CC0-1.0",
"author": "w3tec <[email protected]> (http://w3tec.ch/)",
"contributors": [
{
"name": "Gery Hirschfeld <[email protected]> (https://github.com/hirsch88)"
},
{
"name": "David Weber <[email protected]> (https://github.com/dweber019)"
}
],
"repository": {
"type": "git",
"url": "https://github.com/w3tecch/aurelia-e2e-testing"
},
"bugs": {
"url": "https://github.com/w3tecch/aurelia-e2e-testing/issues"
},
"homepage": "https://github.com/w3tecch/aurelia-e2e-testing#readme",
"scripts": {
"pree2e": "gulp webdriver-update",
"e2e": "gulp e2e"
},
"devDependencies": {
"aurelia-tools": "^0.2.4",
"babel-plugin-syntax-flow": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.11.5",
"babel-plugin-transform-es2015-modules-systemjs": "^6.12.0",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-1": "^6.5.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-plumber": "^1.1.0",
"gulp-protractor": "3.0.0",
"minimist": "^1.2.0",
"object.assign": "^4.0.4",
"require-dir": "^0.3.0",
"yargs": "^4.8.1"
}
}