init
parents
Showing
.gitignore
0 → 100644
index.js
0 → 100644
init.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "windssr", | |||
| "version": "1.0.8", | |||
| "description": "a tool service for react-ssr", | |||
| "main": "index.js", | |||
| "bin": { | |||
| "windssr": "index.js" | |||
| }, | |||
| "author": "windseek", | |||
| "license": "ISC", | |||
| "dependencies": { | |||
| "chalk": "^2.4.2", | |||
| "co": "^4.6.0", | |||
| "co-prompt": "^1.0.0", | |||
| "commander": "^2.20.0" | |||
| }, | |||
| "scripts": { | |||
| "test": "test" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/Windseek/react-ssr-cli.git" | |||
| }, | |||
| "keywords": [ | |||
| "react", | |||
| "react-ssr", | |||
| "wind-ssr", | |||
| "react-ssr-cli" | |||
| ], | |||
| "bugs": { | |||
| "url": "https://github.com/Windseek/react-ssr-cli/issues" | |||
| }, | |||
| "homepage": "https://github.com/Windseek/react-ssr-cli#readme" | |||
| } |
template.json
0 → 100644
Please
register
or
sign in
to comment