-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 859 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
{
"name": "@eli017/cra-template-elis-sass-test",
"version": "0.0.12",
"keywords": [
"react",
"create-react-app",
"template",
"JavaScript"
],
"description": "The base JavaScript template for Eli's sass, prettier, and testing React application.",
"main": "template.json",
"repository": {
"type": "git",
"url": "git+https://github.com/Eli017/cra-template-elis-sass-test.git",
"directory": "react/cra-template-elis-sass-test"
},
"license": "MIT",
"engines": {
"node": ">=8.10"
},
"bugs": {
"url": "https://github.com/Eli017/cra-template-elis-sass-test/issues"
},
"files": [
"template",
"template.json"
],
"homepage": "https://github.com/Eli017/cra-template-elis-sass-test#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Eli Sokeland"
}