-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1013 Bytes
/
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
{
"name": "yahiko",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/maiordom/yahiko"
},
"devDependencies": {
"babel-preset-es2015": "^6.0.15",
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.0.0",
"gulp-connect": "^2.2.0",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.1.0",
"gulp-uglify": "^1.4.2",
"gulp-watch": "^4.3.5",
"mocha": "^2.3.4",
"nib": "^1.1.0",
"precommit-hook": "^3.0.0",
"run-sequence": "^1.1.4",
"selenium-standalone": "^4.7.2",
"webdriverio": "^3.3.0"
},
"author": "Vadim Zhulanov",
"scripts": {
"lint": "node pre-commit.js",
"install_selenium": "node_modules/.bin/selenium-standalone install",
"start_selenium": "node_modules/.bin/selenium-standalone start",
"test": "node_modules/.bin/mocha --timeout 60000 --slow 30000 test/webdriver.js"
},
"pre-commit": [
"lint",
"test"
]
}