-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 832 Bytes
/
Copy pathbower.json
File metadata and controls
30 lines (30 loc) · 832 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": "adventofcode-2016",
"version": "1.0.0",
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {},
"devDependencies": {
"purescript-console": "^2.0.0",
"purescript-psci-support": "^2.0.0",
"purescript-bifunctors": "^2.0.0",
"purescript-tuples": "^3.0.0",
"purescript-enums": "^2.0.1",
"purescript-simple-parser": "https://github.com/soupi/purescript-simple-parser.git#3a8e3cb4868d301571e39bc9cb02a44d8a540f68",
"purescript-generics": "^3.1.0",
"purescript-sets": "^2.0.0",
"purescript-node-fs": "^3.0.0",
"purescript-profunctor": "^2.0.0",
"purescript-debug": "^2.0.0",
"purescript-maps": "^2.0.2",
"purescript-partial": "^1.1.2",
"purescript-transformers": "^2.0.2"
}
}