-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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
{
"name": "pimc",
"version": "0.1.0",
"description": "Una aplicaicón para PIMC.",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/josemonsalve2/PIMC.git"
},
"author": "José Monsalve",
"license": "ISC",
"bugs": {
"url": "https://github.com/josemonsalve2/PIMC/issues"
},
"homepage": "https://github.com/josemonsalve2/PIMC#readme",
"devDependencies": {
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-route": "^1.6.6",
"angular-sanitize": "^1.6.6",
"angular-touch": "^1.6.6",
"bootstrap": "^3.3.7",
"browser-sync": "^2.18.12",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-sass": "^3.1.0",
"run-sequence": "^2.0.0",
"ui-bootstrap": "^0.1.10",
"ui-grid": "0.0.0"
},
"dependencies": {
"angular-jwt": "^0.1.9",
"connect": "^2.30.2",
"csv": "^2.0.0",
"gulp-connect": "^2.3.1",
"moment": "^2.19.1",
"ng-file-upload": "^12.2.13",
"pdfmake": "^0.1.33"
}
}