-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 895 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 895 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
{
"name": "kurmis.com",
"description": "personal homepage",
"engines": {
"node": ">=8.7",
"npm": "~5.4.2",
"python": ">=3.6",
"ruby": ">=2.5"
},
"directories": {
"test": "tests"
},
"scripts": {
"install-bundler": "gem install bundler:1.17.3",
"install-jekyll": "bundle install",
"tags": "python3 generate-tags.py",
"start": "npm run tags && bundle exec jekyll serve",
"test": "casperjs test tests/casperjs-website-tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oliworx/oliworx.github.com.git"
},
"keywords": [
"homepage"
],
"author": "oliver@kurmis.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/oliworx/oliworx.github.com/issues"
},
"homepage": "https://www.kurmis.com",
"devDependencies": {
"casperjs": "^1.1.4",
"phantomjs-prebuilt": "^2.1.16"
}
}