aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
blob: 9a19a8b78f595fd22f723d26b4950f8578b48081 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "purescript-loader",
  "version": "0.0.0",
  "description": "PureScript loader for webpack",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:ethul/purescript-loader.git"
  },
  "author": "Eric Thul",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ethul/purescript-loader/issues"
  },
  "homepage": "https://github.com/ethul/purescript-loader"
}