-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 905 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 905 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
34
35
36
37
38
{
"name": "express-cjsx",
"description": "CoffeeScript React component view engine for Express",
"version": "0.1.1",
"licence": "MIT",
"author": {
"name": "Robin Grass",
"email": "hej@carbin.se",
"url": "http://hejrobin.se/"
},
"keywords": [
"coffeescript",
"isomorphic",
"express",
"react",
"views",
"cjsx"
],
"main": "bin/engine",
"scripts": {
"test": "echo \"Error: No tests specified for this project.\" && exit 1",
"build": "coffee -o bin/ -c src/"
},
"engines": {
"node": "~0.10.0",
"npm": "~2.0.0"
},
"peerDependencies": {
"coffee-script": "~1.10.0",
"react": "~0.13.3",
"react-tools": "~0.13.3"
},
"dependencies": {
"js-beautify": "~1.5.10",
"node-jsx": "~0.13.3",
"node-cjsx": "~1.0.0"
}
}