Skip to content

Commit 9145c2b

Browse files
committed
Add package.json
1 parent 7db3982 commit 9145c2b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "purescript-canvas",
3+
"version": "0.0.0",
4+
"devDependencies": {
5+
"grunt": "~0.4.4",
6+
"grunt-purescript": "~0.4.0",
7+
"grunt-contrib-clean": "~0.5.0",
8+
"grunt-execute": "~0.1.5"
9+
}
10+
}

0 commit comments

Comments
 (0)