forked from gustavnikolaj/express-jsxtransform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 748 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 748 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
{
"name": "express-jsxtransform",
"version": "1.1.0",
"description": "Express middleware that transforms jsx on the way out.",
"main": "lib/jsxtransform.js",
"scripts": {
"test": "mocha",
"prepublish": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/gustavnikolaj/express-jsxtransform"
},
"keywords": [
"react",
"jsx",
"express",
"middleware"
],
"author": "Gustav Nikolaj Olsen <gustavnikolaj@gmail.com>",
"license": "BSD",
"dependencies": {
"express-interceptor": "1.0.0",
"react-tools": "=0.10.0"
},
"devDependencies": {
"express": "=2.5.11",
"mocha": "=1.18.2",
"request": "=2.11.4",
"unexpected": "=3.1.7",
"passerror": "=1.0.1"
}
}