-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1007 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1007 Bytes
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
{
"name": "@westlake-apc/website",
"version": "0.1.1",
"description": "The Westlake APC public website (and future club purpose statement).",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Eli Bradley",
"license": "Apache-2.0",
"devDependencies": {
"babel-preset-latest": "^6.24.1",
"babel-register": "^6.24.1",
"browser-sync": "^2.18.12",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "4.0.0",
"gulp-pug": "^3.3.0",
"gulp-sass": "^3.1.0",
"gulp-standard": "^10.0.0",
"gulp-typescript": "^3.1.7",
"gulp-yarn": "^1.0.0",
"typescript": "^2.3.4"
},
"repository": {
"type": "git",
"url": "https://github.com/WestlakeAPC/WestlakeAPC.github.io.git"
},
"keywords": [
"swift",
"app",
"education"
],
"bugs": {
"url": "https://github.com/WestlakeAPC/WestlakeAPC.github.io/issues"
},
"homepage": "http://WestlakeAPC.com/",
"dependencies": {}
}