aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan T <jans.tuomi@gmail.com>2018-03-03 17:27:21 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2018-03-03 17:28:42 +0200
commitf050e5fdbfefe13f59bfca6bfdbc787ac06a53d2 (patch)
tree70f96d4ee3c31b8edacbd1d7ab413efaadd26f0c /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..1037c8e
--- /dev/null
+++ b/package.json
@@ -0,0 +1,19 @@
+{
+ "name": "riot-vigilante",
+ "version": "1.0.0",
+ "description": "Minimal riot.js observable management library",
+ "main": "vigilante.js",
+ "repository": "https://github.com/jantuomi/vigilante",
+ "author": "Jan Tuomi <jans.tuomi@gmail.com>",
+ "license": "MIT",
+ "scripts": {
+ "build": "babel index.js -o vigilante.js"
+ },
+ "dependencies": {
+ "riot": "^3.9.0"
+ },
+ "devDependencies": {
+ "babel-cli": "^6.26.0",
+ "babel-preset-env": "^1.6.1"
+ }
+}