forked from reactjs/express-react-views
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 781 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
{
"name": "express-react-views",
"version": "0.2.0",
"description": "This is an Express view engine which renders React components on server. It renders static markup and *does not* support mounting those views on the client.",
"keywords": [
"express",
"view engine",
"react"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Paul O’Shannessy <paul@oshannessy.com>",
"repository": {
"type": "git",
"url": "https://github.com/reactjs/express-react-views.git"
},
"license": "BSD-3-Clause",
"dependencies": {
"envify": "^1.2.1",
"react": "^0.10.0",
"react-tools": "^0.10.0",
"node-jsx": "^0.10.0",
"js-beautify": "^1.4.2",
"lodash.merge": "^2.4.1"
}
}