-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 824 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 824 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
{
"name": "node-react-templates",
"version": "0.1.4",
"description": "transparently require() react-templates .rt file from node",
"main": "index.js",
"scripts": {
"test": "mocha test/index.js"
},
"repository": {
"type": "git",
"url": "git@github.com:jaydenlin/node-react-templates.git"
},
"keywords": [
"react-templates",
"node",
"server"
],
"author": "Jayden Lin <jayden.weiyu@gmail.com> (http://www.jdlin.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaydenlin/node-react-templates/issues"
},
"homepage": "https://github.com/jaydenlin/node-react-templates",
"dependencies": {
"lodash": "3.10.1",
"mocha": "2.3.4",
"node-jsx": "0.13.3",
"react": "0.13.3",
"react-templates": "0.3.2",
"require-from-string": "^1.1.0"
}
}