This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.56 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "ClientAngularJS",
"version": "0.0.1",
"description": "Padrão de desenvolvimento com angularjs.",
"homepage": "http://jhonmike.github.io/",
"main": "index.html",
"bugs": {
"url": "https://github.com/jhonmike/DashboardNg/issues",
"email": "[email protected]"
},
"scripts": {
"serve": "gulp",
"generate-dist": "gulp dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"contributors": [
{
"name": "Jhon Mike Soares",
"email": "[email protected]"
},
{
"name": "Julio Cezar Fabiane",
"email": "[email protected]"
}
],
"license": "ISC",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-less": "^3.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-uglify": "^2.0.0",
"require-dir": "^0.3.1"
},
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-bootstrap": "^0.12.2",
"angular-cookies": "^1.5.8",
"angular-formly": "^8.4.0",
"angular-formly-templates-bootstrap": "^6.4.0",
"angular-messages": "^1.5.8",
"angular-resource": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-touch": "^1.5.8",
"angular-ui-mask": "^1.8.7",
"angular-ui-router": "^0.3.1",
"api-check": "^7.5.5",
"bootstrap": "^3.3.7",
"font-awesome": "^4.6.3",
"ng-img-crop": "^0.2.0",
"ngstorage": "^0.3.11",
"uigrid": "^3.0.0",
"us-formly-templates": "^1.0.7"
}
}