]> git.immae.eu Git - github/fretlink/purs-loader.git/blame - package.json
Initial commit
[github/fretlink/purs-loader.git] / package.json
CommitLineData
542ab6f0 1{
2 "name": "purescript-loader",
3 "version": "0.0.0",
4 "description": "PureScript loader for webpack",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:ethul/purescript-loader.git"
12 },
13 "author": "Eric Thul",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/ethul/purescript-loader/issues"
17 },
18 "homepage": "https://github.com/ethul/purescript-loader"
19}