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