-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 717 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 717 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
{
"name": "json2react",
"version": "0.2.4",
"description": "Creates React components from a JSON structure",
"main": "index.js",
"scripts": {
"test": "mocha --ui bdd tests/setup.js tests/**/*-test.js",
"travis-ci": "npm run coverage && codecov"
},
"repository": {
"type": "git",
"url": "https://github.com/txgruppi/json2react.git"
},
"author": {
"name": "Tarcisio Gruppi",
"email": "txgruppi@gmail.com",
"url": "https://txgruppi.com"
},
"license": "GPLv3",
"homepage": "https://github.com/txgruppi/json2react.git",
"devDependencies": {
"chai": "^3.5.0",
"codecov": "^3.7.1",
"mocha": "^6.2.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
}
}