summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"
+ }
+}