diff options
author | eric thul <thul.eric@gmail.com> | 2014-09-21 12:46:39 -0400 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2014-09-21 12:46:39 -0400 |
commit | 542ab6f00d143b58345672918f831e14f40f8c25 (patch) | |
tree | 85dfe78615b918db43a238957bddd48a33f3bb4f /package.json | |
download | purs-loader-542ab6f00d143b58345672918f831e14f40f8c25.tar.gz purs-loader-542ab6f00d143b58345672918f831e14f40f8c25.tar.zst purs-loader-542ab6f00d143b58345672918f831e14f40f8c25.zip |
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..9a19a8b --- /dev/null +++ b/package.json | |||
@@ -0,0 +1,19 @@ | |||
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 | } | ||