-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 766 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 766 Bytes
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
{
"name": "angular_test",
"version": "1.0.0",
"description": "Some test project for second part of interview",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Tanatcu/angular_test.git"
},
"author": "Ruslan Loboda(tanatcu.iuko@gmail.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tanatcu/angular_test/issues"
},
"homepage": "https://github.com/Tanatcu/angular_test#readme",
"dependencies": {
"@uirouter/angularjs": "^1.0.3",
"angular": "^1.6.5",
"angular-animate": "^1.6.5",
"angular-toastr": "^2.1.1",
"bootstrap": "^3.3.7",
"jquery": "^3.2.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0"
}
}