mirror of https://github.com/lukechilds/docs.git
2 changed files with 0 additions and 2069 deletions
File diff suppressed because it is too large
@ -1,41 +0,0 @@ |
|||
{ |
|||
"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" |
|||
} |
|||
} |
Loading…
Reference in new issue