-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 952 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 952 Bytes
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
{
"name": "purescript-halogen-monaco",
"version": "1.0.0",
"description": "Halogen bindings for monaco editor",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"editorbasic": "pulp browserify --include example/src --main EditorBasic --to public/editorbasic.js",
"build": "npm run editorbasic",
"serve": "node script/serve.js",
"ide": "purs ide server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxhillaert/purescript-halogen-monaco.git"
},
"author": "Max Hillaert",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxhillaert/purescript-halogen-monaco/issues"
},
"devDependencies": {
"express": "^4.15.4"
},
"dependencies": {
"monaco-editor": "^0.10.0",
"pulp": "^11.0.2",
"purescript": "^0.11.6",
"purescript-psa": "^0.5.1"
},
"homepage": "https://github.com/maxhillaert/purescript-halogen-monaco#readme"
}