forked from rails/ruby-coffee-script
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
29 lines (29 loc) · 799 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
{
"name": "ruby-coffee-react",
"version": "4.0.0",
"description": "ruby-coffee-react is a bridge to the npm coffee-react-transform module, and can compile Coffeescript also",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"coffee-react-jstransform": "^1.0.0",
"coffee-react-transform": "^4.0.0"
},
"devDependencies": {
"browserify": "^4.1.8"
},
"scripts": {
"test": "EXECJS_RUNTIME=Node rake test_runtime"
},
"repository": {
"type": "git",
"url": "git://github.com/jsdf/ruby-coffee-react.git"
},
"author": "James Friend <james@jsdf.co> (http://jsdf.co/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jsdf/ruby-coffee-react/issues"
},
"homepage": "https://github.com/jsdf/ruby-coffee-react"
}