-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 964 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
38
39
{
"name": "taiwan-2009.git",
"version": "1.0.0",
"description": "A delicious interactive travel journal by Aaron Pinero",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-css": "./bin/build-css",
"build-css-dev": "./bin/build-css-dev",
"watch-css": "./bin/watch-css",
"watch-css-dev": "./bin/watch-css-dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aaronpinero/taiwan-2009.git"
},
"keywords": [
"website",
"travel",
"Taiwan"
],
"author": "Aaron Pinero",
"license": "ISC",
"bugs": {
"url": "https://github.com/aaronpinero/taiwan-2009/issues"
},
"homepage": "https://aaronpinero.net/taiwan/2009",
"devDependencies": {
"autoprefixer": "^9.8.6",
"nodemon": "^1.19.4",
"postcss-cli": "^6.1.3",
"sass": "^1.35.1",
"templatesjs": "^2.0.0",
"tyfy": "^2.0.11"
},
"browserslist": [
"> 5%"
]
}