forked from omerak-zz/react-json-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 836 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
30
31
32
33
34
35
{
"name": "react-json-templater",
"version": "0.0.1",
"description": "react without jsx. just use javascript.",
"main": "assets/js/lib/ReactJsonTemplater.js",
"dependencies": {
"react": "^0.14.6",
"react-dom": "^0.14.6"
},
"devDependencies": {
"browserify": "^13.0.0",
"gulp": "^3.9.0",
"gulp-notify": "^2.2.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"build": "npm install && gulp browserify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omerak/react-json-renderer.git"
},
"keywords": [
"react",
"template",
"json",
"renderer"
],
"author": "Omer Ak",
"license": "MIT",
"bugs": {
"url": "https://github.com/omerak/react-json-renderer/issues"
},
"homepage": "https://github.com/omerak/react-json-renderer#readme"
}