1
0
mirror of synced 2025-02-19 16:58:26 +01:00
nocode/package.json
José Ramón Alemán 4917458ccd
Fixes code issue
2018-02-13 14:40:30 -08:00

21 lines
554 B
JSON

/*{
"name": "nocode",
"version": "1.0.0",
"description": "No code is the best way to write secure and reliable applications. Write nothing; deploy nowhere.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kelseyhightower/nocode.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kelseyhightower/nocode/issues"
},
"homepage": "https://github.com/kelseyhightower/nocode#readme"
}
*/