-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.23 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "todo-app",
"version": "1.0.0",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-inject": "^4.2.0",
"gulp-natural-sort": "^0.1.1",
"gulp-protractor": "^3.0.0",
"gulp-webserver": "^0.9.1",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"protractor": "^4.0.14",
"webdriver-manager": "^11.1.0"
},
"description": "angular testing with jasmine",
"main": "app.js",
"dependencies": {
"express": "^4.14.0",
"grunt-cli": "^1.2.0",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"protractor": "^4.0.14",
"webdriver-manager": "^11.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pradeep1991singh/angular-testing.git"
},
"keywords": [
"todo",
"mobile",
"apps"
],
"author": "pradeep",
"license": "ISC",
"bugs": {
"url": "https://github.com/pradeep1991singh/angular-testing/issues"
},
"homepage": "https://github.com/pradeep1991singh/angular-testing#readme"
}