aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 411c73380d04681d41726175694578ca51d041e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "riot-vigilante",
  "version": "1.0.1",
  "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"
  }
}