-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (35 loc) · 873 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "bob16-psc",
"version": "0.1.0",
"description": "bob16-psc",
"readme": "see README.md",
"keywords": [
],
"license": "AGPL",
"author": {
"name": "Matthias Fischmann",
"email": "[email protected]"
},
"homepage": "https://github.com/fisx/bob16-psc",
"bugs": {
"url": "https://github.com/fisx/bob16-psc/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/fisx/bob16-psc"
},
"dependencies": {
"virtual-dom": "2.1.1"
},
"devDependencies": {
"purescript": "0.7.6",
"bower": "1.8.8",
"gulp": "3.9.0",
"gulp-minify": "0.0.5",
"gulp-purescript": "0.8.0",
"webpack-stream": "3.1.0",
"connect": "*",
"serve-static": "*"
}
}