forked from EmSchw/loutechcal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 839 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
{
"name": "louisville.io",
"version": "0.0.0",
"description": "Louisville Tech Calendar",
"main": "index.js",
"scripts": {
"lint": "eslint download.js index.js",
"download": "node download.js",
"process": "node index.js",
"unfold": "unfold site.json",
"build": "npm run download && npm run process && npm run unfold"
},
"author": "Eric Lathrop <eric@ericlathrop.com> (http://ericlathrop.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/louisvilleio/loutechcal.git"
},
"dependencies": {
"async": "^1.2.1",
"bourbon": "^4.2.7",
"bourbon-neat": "^1.7.4",
"ical": "ericlathrop/ical.js#fix-rrule-dtstart",
"normalize.scss": "^0.1.0",
"ramda": "^0.15.1",
"unfold": "^0.3.2"
},
"devDependencies": {
"eslint": "^0.24.0"
}
}