-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.04 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
{
"name": "pd75.guthub.io",
"version": "0.0.1",
"description": "My home page",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/PD75/PD75.github.io.git"
},
"author": "Paul Dhillon",
"license": "MIT",
"bugs": {
"url": "https://github.com/PD75/PD75.github.io/issues"
},
"homepage": "https://github.com/PD75/PD75.github.io",
"dependencies": {
"angular": "1.*",
"angular-route": "1.*",
"angulartics": "1.*",
"angulartics-google-analytics": "0.*",
"jquery": "2.*",
"semantic-ui": "^2.*"
},
"devDependencies": {
"eslint": "*",
"eslint-config-angular": "*",
"eslint-plugin-angular": "*",
"eslint-plugin-html": "*",
"gulp-angular-filesort": "*",
"gulp-concat": "*",
"gulp-eslint": "*",
"gulp-load-plugins": "*",
"gulp-ng-annotate": "*",
"gulp-print": "*",
"gulp-replace": "*",
"gulp-markdown": "*",
"gulp-rename": "*",
"gulp-uglify": "*"
}
}