forked from sudheerj/reactjs-interview-questions
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "reactjs-persian-interview-questions",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"deploy": "rm -rf docs && mkdir docs && cp book.html docs/index.html && cp CNAME docs/CNAME && cp -R fonts docs/fonts && cp -R images docs/images",
"test": "echo \"Will write tests soon ....\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mariotek/reactjs-persian-interview-questions.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mariotek/reactjs-persian-interview-questions/issues"
},
"homepage": "https://github.com/Mariotek/reactjs-persian-interview-questions#readme",
"dependencies": {
"gh-pages": "^3.1.0"
}
}