-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 727 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 727 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
{
"name": "react-react-native-component-node-module-templates",
"version": "1.0.9",
"main": "index.js",
"repository": "https://github.com/razorRun/react-react-native-component-node-module-templates",
"author": "Roshan Milinda",
"license": "MIT",
"dependencies": {
"change-case": "^4.1.2",
"ncp": "^2.0.0",
"npm-add-script": "^1.1.0",
"prompts": "^2.4.0",
"renamer": "^2.0.1",
"replace-in-file": "^6.1.0",
"shelljs": "^0.8.4"
},
"scripts": {
"gen": "node index.js"
},
"keywords": [
"React Component",
"React Component Templates",
"React Native Component Templates",
"js Templates",
"react Starters",
"js Boilerplates",
"react Boilerplates"
]
}