1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-03 15:10:49 +00:00
notes/package.json
Patrick Marsceill b7b0d0d7bf
Initial commit
2017-03-09 13:16:08 -05:00

15 lines
382 B
JSON

{
"name": "just-the-docs",
"version": "0.1.0",
"description": "A Jekyll theme for documentation",
"repository": "pmarsceill/just-the-docs",
"license": "MIT",
"bugs": "https://github.com/pmarsceill/just-the-docs/issues",
"devDependencies": {
"normalize.scss": "^0.1.0",
"stylelint": "^7.9.0",
"stylelint-config-primer": "^1.4.0"
},
"dependencies": {}
}