-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 941 Bytes
/
package.json
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
36
37
38
39
40
{
"name": "purescript-react-spaces",
"version": "0.1.0",
"description": "**Combinator library for writing React vDOM**",
"main": "index.js",
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
"benchmark": "^2.1.4",
"http-server": "^0.10.0",
"microtime": "^2.1.6",
"pulp": "^11.0.2",
"react": "^15.6.1",
"react-create-class": "^1.0.0",
"react-dom": "^15.6.1"
},
"devDependencies": {},
"scripts": {
"build": "pulp build",
"test": "pulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coot/purescript-react-spaces.git"
},
"keywords": [
"purescript",
"free-monad",
"dsl",
"react"
],
"author": "Marcin Szamotulski",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/coot/purescript-react-spaces/issues"
},
"homepage": "https://github.com/coot/purescript-react-spaces#readme"
}