-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.76 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
57
58
59
60
61
62
63
64
65
66
{
"name": "machine-learning",
"version": "1.0.0",
"description": "This will be a website to learn deep learning.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "http-server docs/",
"serve:dev": "gulp serve:dev",
"serve:dev:html": "gulp serve:dev:html",
"build": "gulp build",
"clean": "gulp clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hinaser/Machine-Learning.git"
},
"author": "Hinaser",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Hinaser/Machine-Learning/issues"
},
"homepage": "https://github.com/Hinaser/Machine-Learning#readme",
"devDependencies": {
"@types/clipboard": "^2.0.1",
"@types/jquery": "^3.3.31",
"browser-sync": "^2.18.8",
"browserify": "^16.5.0",
"clipboard": "^2.0.4",
"del": "^5.1.0",
"globby": "^10.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.2.1",
"gulp-environments": "^1.0.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^3.1.1",
"gulp-newer": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^4.0.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^3.0.2",
"gulp-uncache": "^0.4.0-beta1",
"gulp-util": "^3.0.8",
"html5shiv": "^3.7.3",
"jquery": "^3.5.0",
"modernizr": "^3.3.1",
"require-dir": "^1.2.0",
"sprintf-js": "^1.0.3",
"tsify": "^3.0.1",
"typescript": "^2.2.1",
"typings": "^2.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"http-server": "^0.12.0"
},
"optionalDependencies": {}
}