-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 781 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
{
"name": "hs.js",
"version": "0.0.0",
"description": "hs.js =====",
"main": "index.html",
"scripts": {
"pegjs": "pegjs -e HaskellParser --allowed-start-rules start,functionDefinitionList haskell.pegjs haskell-parser.js",
"test": "karam start --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/stevekrouse/hs.js.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/stevekrouse/hs.js/issues"
},
"homepage": "https://github.com/stevekrouse/hs.js",
"dependencies": {
"chai": "^1.9.1",
"karma": "^0.12.19",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-cli": "0.0.4",
"karma-mocha": "^0.1.6",
"mocha": "^1.21.3",
"pegjs": "^0.8.0"
}
}