-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 768 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 768 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
35
{
"name": "purescript-history",
"version": "0.0.7",
"homepage": "https://github.com/CapillarySoftware/purescript-history",
"authors": [
"Isaac Shapira <fresheyeball@gmail.com>"
],
"description": "Browser History abstraction and bindings for PureScript",
"main": "src/History.purs",
"keywords": [
"Purescript",
"History"
],
"license": "MIT",
"dependencies": {
"purescript-easy-ffi": "~1.0.1",
"purescript-reactive": "*",
"purescript-events": "*"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"tmp",
"tests",
"bower.json",
"Gruntfile.js",
"package.json"
],
"devDependencies": {
"purescript-mocha": "*",
"purescript-chai": "*",
"purescript-timers": "*"
}
}