-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 897 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "rollup-plugin-template",
"version": "1.0.10",
"description": "Rollup plugin for import template HTML.",
"main": "dist/rollup-plugin-template.js",
"jsnext:main": "dist/rollup-plugin-template.mjs",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c --watch",
"test": "mocha test/*.js --compilers js:buble/register"
},
"files": [
"dist"
],
"keywords": [
"rollup",
"plugin",
"template"
],
"author": "Antério Vieira <anteriovieira@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/owen-it/rollup-plugin-template.git"
},
"dependencies": {
"rollup-pluginutils": "^2.0.1",
"html-minifier": "^3.2.3"
},
"devDependencies": {
"buble": "^0.15.2",
"mocha": "^3.2.0",
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",
"rollup-watch": "^3.2.2"
}
}