-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 896 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 896 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
39
40
41
{
"name": "react-jadeify",
"version": "0.1.3",
"description": "A Browserify Transform for react-jade.",
"repository": {
"type": "git",
"url": "git://github.com/kaminaly/react-jadeify.git"
},
"keywords": [
"browserify",
"transform",
"react",
"jade",
"templates",
"templating"
],
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib"
},
"author": {
"name": "kaminaly",
"url": "http://github.com/kaminaly"
},
"license": "MIT",
"dependencies": {
"react-jade": "^3.0.0",
"through": "^2.3.8"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.0",
"browserify": "^10.1.3",
"react": "^0.13.3"
},
"bugs": {
"url": "https://github.com/kaminaly/react-jadeify/issues"
},
"readmeFilename": "README.md",
"homepage": "https://github.com/kaminaly/react-jadeify"
}