aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 45b69da920ea79c2af44e51bfcb50c476e36a5fe (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.2",
  "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"
  }
}