forked from Sfeir/pwa-200
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.28 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
{
"name": "peoples",
"version": "1.0.0",
"description": "A experimentation of PWA's with Angular 1 and Materials",
"main": "./index.html",
"author": {
"name": "Cyril Balit",
"email": "[email protected]"
},
"contributors": [
{
"name": "Florian Orpelière",
"email": "[email protected]"
},
{
"name": "Wassim Chegham",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/Sfeir/peoples.git"
},
"keywords": [
"PWA, service worker, angular, materials"
],
"scripts": {
"start": "gulp"
},
"bugs": {
"url": "https://github.com/Sfeir/peoples/issues"
},
"homepage": "https://github.com/Sfeir/peoples#readme",
"dependencies": {
"angular": "1.5.2",
"angular-animate": "1.5.3",
"angular-aria": "1.5.6",
"angular-material": "1.0.1",
"angular-route": "1.5.2",
"bootstrap": "3.3.6",
"gulp-eslint": "2.0.0"
},
"devDependencies": {
"browser-sync": "2.11.2",
"del": "2.2.0",
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
"gulp-connect": "2.3.1",
"gulp-gh-pages": "0.5.4",
"gulp-replace": "0.5.4",
"gulp-rev": "7.0.0",
"gulp-usemin": "0.3.21",
"merge-stream": "1.0.0",
"yargs": "4.4.0"
}
}