mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.4 KiB
42 lines
1.4 KiB
6 years ago
|
{
|
||
|
"name": "docs",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Docs Jekyll theme.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"copy": "ncp node_modules/uikit/src/scss/ _sass/uikit/ && ncp node_modules/system-font-css/ _sass/system-font-css/",
|
||
|
"lint": "jshint assets/js/custom.js",
|
||
|
"uglify": "uglifyjs node_modules/uikit/dist/js/uikit.js node_modules/uikit/dist/js/uikit-icons.js node_modules/simple-jekyll-search/dest/simple-jekyll-search.js assets/js/custom.js -m -c -o assets/js/main.js",
|
||
|
"concat": "uglifyjs node_modules/uikit/dist/js/uikit.js node_modules/uikit/dist/js/uikit-icons.js node_modules/simple-jekyll-search/dest/simple-jekyll-search.js assets/js/custom.js -b -o assets/js/main.js",
|
||
|
"dev": "npm run lint && npm run concat",
|
||
|
"build": "npm run lint && npm run uglify",
|
||
|
"watch": "watch 'npm run dev' assets/js/",
|
||
|
"postinstall": "npm run copy && npm run concat"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/"
|
||
|
},
|
||
|
"author": "moxiegirl",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/"
|
||
|
},
|
||
|
"homepage": "https://github.com/",
|
||
|
"dependencies": {
|
||
|
"simple-jekyll-search": "^1.5.0",
|
||
|
"system-font-css": "^2.0.1",
|
||
|
"uikit": "^3.0.0-beta.42"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"jshint": "^2.9.5",
|
||
|
"ncp": "latest",
|
||
|
"uglify-js": "^3.2.1",
|
||
|
"watch": "^1.0.2"
|
||
|
},
|
||
|
"directories": {
|
||
|
"doc": "docs"
|
||
|
}
|
||
|
}
|