-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 965 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
{
"name": "express-partial-react-views",
"version": "1.0.0",
"description": "Express view engine which renders partial react views in a base html file",
"main": "index.js",
"scripts": {
"test": "mocha test/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jaydenlin/express-partial-react-views"
},
"keywords": [
"express",
"react",
"view engine"
],
"author": "Jayden Lin <jayden.weiyu@gmail.com> (http://www.jdlin.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaydenlin/express-partial-react-views/issues"
},
"homepage": "https://github.com/jaydenlin/express-partial-react-views",
"dependencies": {
"babel-core": "6.3.26",
"babel-preset-react": "6.3.13",
"bluebird": "3.1.1",
"cheerio": "0.19.0",
"express": "4.13.3",
"lodash": "3.10.1",
"mocha": "2.3.4",
"node-jsx": "0.13.3",
"object-assign": "4.0.1",
"react": "0.13.3"
}
}