-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "Bartender",
"version": "1.0.0",
"description": "This is the main repository for Bartender source code.",
"main": "index.html",
"scripts": {
"e2e-local": "./node_modules/protractor/bin/protractor features/cucumber_conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djom20/bartender.git"
},
"author": "Ing. Jonathan Olier <[email protected]>",
"license": "ISC",
"homepage": "",
"dependencies": {
"moment": "^2.13.0"
},
"devDependencies": {
"brfs": "latest",
"browser-sync": "^2.14.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"cucumber": "^1.0.0",
"gulp": "latest",
"gulp-jshint": "latest",
"gulp-rename": "latest",
"gulp-sass": "latest",
"gulp-uglify": "latest",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chai-as-promised": "^0.1.2",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^1.2.0",
"mocha": "^2.4.5",
"protractor": "^3.3.0",
"protractor-cucumber-framework": "^0.6.0",
"selenium-webdriver": "^2.53.1",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
}
}