diff options
author | eric thul <thul.eric@gmail.com> | 2015-01-13 22:03:00 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2015-01-13 22:03:00 -0500 |
commit | f9d1a6b3c9833036e27920171e45bb73f1764fa3 (patch) | |
tree | e5db46409894da81ca1f4c39b696c94fd1afab82 /example/package.json | |
parent | ba586c433f799db1f2b8161e188b1e1e0ae7c079 (diff) | |
download | purs-loader-f9d1a6b3c9833036e27920171e45bb73f1764fa3.tar.gz purs-loader-f9d1a6b3c9833036e27920171e45bb73f1764fa3.tar.zst purs-loader-f9d1a6b3c9833036e27920171e45bb73f1764fa3.zip |
Adding basic example
Diffstat (limited to 'example/package.json')
-rw-r--r-- | example/package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/example/package.json b/example/package.json new file mode 100644 index 0000000..b2d0d86 --- /dev/null +++ b/example/package.json | |||
@@ -0,0 +1,14 @@ | |||
1 | { | ||
2 | "name": "example", | ||
3 | "version": "0.0.0", | ||
4 | "private": true, | ||
5 | "scripts": { | ||
6 | "webpack": "./node_modules/.bin/webpack", | ||
7 | "run": "node dist/app.js" | ||
8 | }, | ||
9 | "license": "MIT", | ||
10 | "devDependencies": { | ||
11 | "purs-loader": "0.0.2", | ||
12 | "webpack": "^1.4.15" | ||
13 | } | ||
14 | } | ||