-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 917 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
{
"name": "program-imperatively-using-purescript",
"version": "2.0.0",
"description": "> I guess people really aren't joking when they say Haskell is the finest imperative language.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "pulp run",
"watch": "pulp --watch run",
"postinstall": "bower cache clean && bower install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sectore/program-imperatively-using-purescript.git"
},
"author": "Jens Krause",
"license": "MIT",
"bugs": {
"url": "https://github.com/sectore/program-imperatively-using-purescript/issues"
},
"homepage": "https://github.com/sectore/program-imperatively-using-purescript#readme",
"devDependencies": {
"bower": "^1.8.4",
"pulp": "^12.3.0",
"purescript": "^0.12.0"
}
}