simpel-project
Version:
my simpel project
31 lines (30 loc) • 691 B
JSON
{
"name": "simpel-project",
"version": "1.0.2",
"dependencies": {
"my_dep": "^1.0.0",
"another_dep": "~2.2.0"
},
"devDependencies": {
"my_test_framework": "^3.1.0",
"another_dev_dep": "1.0.0 - 1.2.0"
},
"description": "my simpel project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Satwi8/simpel-project.git"
},
"keywords": [
"SP"
],
"author": "Me Satwi",
"license": "ISC",
"bugs": {
"url": "https://github.com/Satwi8/simpel-project/issues"
},
"homepage": "https://github.com/Satwi8/simpel-project#readme"
}