-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.33 KB
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
{
"name": "mukilane.github.io",
"version": "1.0.0",
"description": "Mukil Elango's Portfolio",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mukilane/mukilane.github.io.git"
},
"author": "Mukil (mukilane@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mukilane/mukilane.github.io/issues"
},
"homepage": "https://github.com/mukilane/mukilane.github.io#readme",
"devDependencies": {
"browserify": "^15.2.0",
"del": "^2.2.2",
"gulp-append": "^0.3.4",
"gulp-ng-annotate": "^2.1.0",
"gulp-replace": "^0.5.4",
"inquirer": "^5.2.0",
"ng-annotate": "^1.2.1",
"run-sequence": "^1.2.2",
"sw-offline-google-analytics": "0.0.25",
"sw-precache": "^4.2.3",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"acorn": "^5.5.3",
"angular": "^1.6.10",
"angular-animate": "^1.6.10",
"angular-aria": "^1.6.10",
"angular-material": "^1.1.9",
"angular-messages": "^1.6.10",
"angular-route": "^1.6.10",
"angularfire": "^2.3.0",
"api-ai-javascript": "^2.0.0-beta.21",
"firebase": "^5.0.3",
"google-closure-compiler-js": "^20161201.0.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-git": "^1.15.1"
}
}