-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "iresume",
"version": "1.0.0",
"private": true,
"author": "Jason Redding",
"description": "Interactive Résumé.",
"license": "GPL-3.0",
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jason-redding/iResume.git"
},
"bugs": {
"url": "https://github.com/jason-redding/iResume/issues"
},
"homepage": "https://github.com/jason-redding/iResume#readme",
"devDependencies": {
"@types/jquery": "^3.5.6",
"@types/jquerymobile": "^1.4.31",
"@types/jqueryui": "^1.12.16",
"@types/requirejs": "^2.1.33",
"browser-sync": "^2.27.5",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-exec": "^5.0.0",
"gulp-preprocess": "^4.0.2",
"gulp-sass": "^5.0.0",
"gulp-sequence": "^1.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-ssh": "^0.7.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^5.0.0",
"highlight.js": "^11.2.0",
"os": "^0.1.2",
"sass": "^1.42.1",
"typescript": "^4.4.3"
}
}