-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 880 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
31
32
33
34
35
{
"name": "es6-template-string-loader",
"version": "2.0.0",
"description": "A Webpack loader that turns text file to an es6 template string",
"main": "index.js",
"scripts": {
"push": "git push --tag origin master:master",
"bump": "bump --prompt --commit --tag --push --all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaketbaby/es6-template-string-loader.git"
},
"keywords": [
"webpack",
"loader",
"es6",
"template"
],
"author": "Shaketbaby",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaketbaby/es6-template-string-loader/issues"
},
"homepage": "https://github.com/shaketbaby/es6-template-string-loader#readme",
"dependencies": {
"loader-utils": "^1.1.0"
},
"peerDependencies": {
"webpack": "*"
},
"devDependencies": {
"version-bump-prompt": "^1.5.1"
}
}