blob: 1037c8ed8314c5593a358d952b440a53a8e84d26 (
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.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"
}
}
|