UNPKG

1.01 kBJSONView Raw
1{
2 "name": "coffee-reactify",
3 "version": "0.4.0",
4 "description": "browserify v2 plugin for coffee-react csx",
5 "main": "index.js",
6 "dependencies": {
7 "coffee-react": "^0.4.0",
8 "through": "~2.3.4",
9 "convert-source-map": "~0.3.3"
10 },
11 "devDependencies": {
12 "tap": "~0.4.0",
13 "browserify": "^3.38.0"
14 },
15 "scripts": {
16 "test": "tap test/*.js"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git://github.com/jsdf/coffee-reactify.git"
21 },
22 "homepage": "https://github.com/jsdf/coffee-reactify",
23 "keywords": [
24 "coffee-script",
25 "react",
26 "browserify",
27 "transform"
28 ],
29 "contributors": [
30 {
31 "name": "James Halliday",
32 "email": "mail@substack.net",
33 "url": "http://substack.net"
34 },
35 {
36 "name": "Johan Nordberg",
37 "email": "code@johan-nordberg.com",
38 "url": "http://johan-nordberg.com"
39 },
40 {
41 "name": "James Friend",
42 "email": "james@jsdf.co",
43 "url": "http://jsdf.co"
44 }
45 ],
46 "license": "MIT"
47}