24 lines
464 B
JSON
24 lines
464 B
JSON
{
|
|
"name": "parcel-plugin-riot",
|
|
"version": "1.0.1",
|
|
"description": "A parcel plugin for riot.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
|
|
},
|
|
"author": {
|
|
"name": "andruschka",
|
|
"url": "https://92digital.com"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/andruschka/parcel-plugin-riot"
|
|
},
|
|
"dependencies": {
|
|
"parcel-bundler": "^1.4.1",
|
|
"riot": "^3.8.1",
|
|
"riot-compiler": "^3.4.0"
|
|
}
|
|
}
|