summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-16 21:27:30 -0400
committerJules Laplace <jules@okfoc.us>2015-09-16 21:37:01 -0400
commitea1d62cd1bcf8d0b05546305172d1c8e9bfdb587 (patch)
tree32854449bf9bfd51883edcdcf8190028b75edafe /package.json
parentcf2c15c553b3c3365ce7235b3e00920d07b18a9d (diff)
readme
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
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"
+ }
+}