-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.32 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
{
"name": "agile-grenoble",
"version": "0.0.0",
"description": "Agile Grenoble website",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "bmf",
"email": "",
"url": ""
},
"license": "",
"keywords": [
"angular",
"typescript"
],
"repository": "",
"dependencies": {
"express": "^4.13.3"
},
"devDependencies": {
"@types/angular": "^1.6.10",
"@types/angular-translate": "^2.4.35",
"@types/angular-ui-router": "^1.1.36",
"@types/jquery": "^2.0.41",
"add-stream": "^1.0.0",
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.6.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.2.0",
"gulp-csso": "^3.0.0",
"gulp-debug": "^3.1.0",
"gulp-filter": "^5.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.2.0",
"gulp-inject": "^3.0.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-order": "^1.1.1",
"gulp-purifycss": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-tslint": "^3.3.0-beta",
"gulp-typescript": "^3.1.6",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^3.1.2",
"path": "^0.12.7",
"typescript": "^2.2.1",
"wiredep": "^3.0.0"
}
}