-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1023 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1023 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
30
31
32
33
34
35
36
37
38
39
{
"name": "amazing-todo-front-end",
"version": "0.2.0",
"description": "Front-end application to consume Amazing TODO API",
"main": "app.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeShareEducation/amazing-todo-front-end.git"
},
"keywords": [
"angular",
"angular-material",
"front-end",
"gulp",
"restangular",
"restful"
],
"author": "Wendell Adriel <wendelladriel.ti@gmail.com> (http://wendelladriel.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeShareEducation/amazing-todo-front-end/issues"
},
"homepage": "https://github.com/CodeShareEducation/amazing-todo-front-end#readme",
"dependencies": {
"angular": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-aria": "^1.5.0",
"angular-material": "^1.0.5",
"angular-ui-router": "^0.2.18",
"restangular": "^1.5.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-webserver": "^0.9.1"
}
}