Initial commit
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Kosmos.org Website",
|
||||
"version": "0.1.0",
|
||||
"description": "DocPad-based static site running on kosmos.org",
|
||||
"dependencies": {
|
||||
"docpad": "~6.78.1",
|
||||
"docpad-plugin-eco": "~2.1.0",
|
||||
"docpad-plugin-livereload": "~2.6.1",
|
||||
"docpad-plugin-nodesass": "^2.5.1"
|
||||
},
|
||||
"main": "node_modules/.bin/docpad-server",
|
||||
"scripts": {
|
||||
"start": "node_modules/.bin/docpad-server"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user