-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "package",
"version": "1.0.0",
"description": "DensityDesign Lab - Final Synthesis Design Studio 2019/2020. Course results and documentation for the fifteenth edition of the course held by DensityDesign Lab at Politecnico di Milano",
"main": "index.js",
"dependencies": {
"cuttlebelle": "^1.0.0-alpha.67",
"sass": "^1.23.0",
"waypoints": "^4.0.1"
},
"devDependencies": {},
"scripts": {
"build": "cuttlebelle",
"watch": "cuttlebelle -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"cuttlebelle": {
"folder": {
"site": "docs"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/densitydesign/teaching-dd15.git"
},
"keywords": [
"course",
"results",
"densitydesign",
"data",
"visualization",
"information",
"design",
"politecnico",
"di",
"milano"
],
"author": "DensityDesign Lab",
"license": "ISC",
"bugs": {
"url": "https://github.com/densitydesign/teaching-dd15/issues"
},
"homepage": "https://github.com/densitydesign/teaching-dd15#readme"
}