diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-16 21:27:30 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-16 21:37:01 -0400 |
| commit | ea1d62cd1bcf8d0b05546305172d1c8e9bfdb587 (patch) | |
| tree | 32854449bf9bfd51883edcdcf8190028b75edafe /package.json | |
| parent | cf2c15c553b3c3365ce7235b3e00920d07b18a9d (diff) | |
readme
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 00000000..7eeb9d15 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "stone-island-cms", + "version": "1.0.0", + "description": "Stone Island CMS", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/okfocus/stone-island.git" + }, + "author": "OKFocus", + "license": "LNT", + "bugs": { + "url": "https://github.com/okfocus/stone-island/issues" + }, + "homepage": "https://github.com/okfocus/stone-island", + "dependencies": { + "object-assign": "^2.0.0", + "okcms": "git+ssh://git@github.com:okfocus/okcms.git#v0.1.14" + } +} |
