-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 798 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 798 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
{
"name": "sis-custom-build",
"version": "0.0.2",
"description": "Serve the assets for sis-custom",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/ucberkeley/sis-custom-build.git"
},
"keywords": [
"SIS",
"css",
"javascript",
"images",
"build"
],
"author": "Christian Vuerings <vueringschristian@gmail.com> (http://denbuzze.com)",
"license": "ECL-2.0",
"bugs": {
"url": "https://github.com/ucberkeley/sis-custom-build/issues"
},
"homepage": "https://github.com/ucberkeley/sis-custom-build",
"engines": {
"node": "0.10.36"
},
"dependencies": {
"adm-zip": "^0.4.7",
"chalk": "^1.0.0",
"express": "^4.12.3",
"serve-index": "^1.6.3",
"shelljs": "^0.4.0"
}
}