-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 857 Bytes
/
package.json
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
{
"name": "babel-plugin-transform-html-import-to-string",
"version": "0.0.1",
"description": "Turn HTML imports into strings",
"main": "lib/index.js",
"scripts": {
"build": "babel src --out-dir lib --copy-files",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeiniel/babel-plugin-transform-html-import-to-string.git"
},
"keywords": [
"babel-plugin",
"html",
"import",
"string"
],
"author": "Yeiniel Suarez Sosa",
"license": "MIT",
"bugs": {
"url": "https://github.com/yeiniel/babel-plugin-transform-html-import-to-string/issues"
},
"homepage": "https://github.com/yeiniel/babel-plugin-transform-html-import-to-string#readme",
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-preset-es2015": "^6.3.13"
}
}