-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
{
"name": "lctest",
"version": "1.0.0",
"description": "loyalty company front test",
"main": "index.js",
"scripts": {
"start": "concurrently 'lite-server' 'webpack --watch'",
"test": "./node_modules/.bin/protractor tests/protractor.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abdalem/lcTest.git"
},
"author": "ALEM Abdennour",
"license": "ISC",
"homepage": "https://github.com/abdalem/lcTest#readme",
"dependencies": {
"@uirouter/angularjs": "^1.0.6",
"ajv": "^5.2.3",
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-aria": "^1.6.6",
"angular-material": "^1.1.5",
"angular-messages": "^1.6.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"concurrently": "^3.5.0",
"css-loader": "^0.28.7",
"html-loader": "^0.5.1",
"lite-server": "^2.3.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.6.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"protractor": "~3.3",
"protractor-cucumber": "~0.1",
"protractor-cucumber-framework": "^4.0.7",
"protractor-jasmine-cucumber": "~0.2.2"
}
}