mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 16:35:44 +03:00
Having a node package in the website dir is incompatible with the way middleman watches the filesystem.
16 lines
286 B
JSON
16 lines
286 B
JSON
{
|
|
"name": "nomad-ui-screenshots",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"puppeteer": "^1.16.0"
|
|
}
|
|
}
|