-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 751 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
{
"name": "russellkan.github.io",
"version": "1.0.0",
"description": "See makefile for how to setup dev environment and how to run a testserver.",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.3.7",
"clean-css": "^4.2.1",
"commander": "^4.0.1",
"less": "^3.9.0",
"postcss-cli": "^6.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/russellkan/russellkan.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/russellkan/russellkan.github.io/issues"
},
"homepage": "https://github.com/russellkan/russellkan.github.io#readme"
}