UNPKG

478 BJSONView Raw
1{
2 "name": "to-string-loader",
3 "description": "to-string loader for webpack",
4 "version": "1.2.0",
5 "main": "./src/to-string.js",
6 "author": {
7 "name": "Gajus Kuizinas",
8 "email": "gk@anuary.com",
9 "url": "http://gajus.com/"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/gajus/to-string-loader"
14 },
15 "keywords": [
16 "webpack",
17 "to-string"
18 ],
19 "license": "BSD-3-Clause",
20 "dependencies": {
21 "loader-utils": "^1.0.0"
22 }
23}