-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 686 Bytes
/
Copy pathbower.json
File metadata and controls
28 lines (28 loc) · 686 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
{
"name": "purescript-simple-json",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/justinwoo/purescript-simple-json.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-prelude": "^6.0.0",
"purescript-typelevel-prelude": "^7.0.0",
"purescript-record": "^4.0.0",
"purescript-variant": "^8.0.0",
"purescript-nullable": "^6.0.0",
"purescript-foreign-object": "^4.0.0",
"purescript-foreign": "^7.0.0",
"purescript-exceptions": "^6.0.0",
"purescript-arrays": "^7.0.0"
},
"devDependencies": {
"purescript-assert": "^6.0.0"
}
}