-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
37 lines (37 loc) · 907 Bytes
/
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
{
"name": "systemds-website",
"version": "2.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"axios": ">=0.28.0",
"browser-sync": "^3.0.2",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^5.0.0",
"gulp-util": "^3.0.8",
"ini": ">=1.3.6",
"minimist": ">=1.2.6",
"node-sass": "^8.0.0",
"postcss": ">=8.4.31",
"susy": "^2.2.14",
"tar": ">=4.4.18"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apache/systemds-website.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://issues.apache.org/jira/projects/SYSTEMDS/issues"
},
"homepage": "http://systemds.apache.org"
}