package json beginner

Solutions on MaxInterview for package json beginner by the best coders in the world

showing results for - "package json beginner"
Isabel
09 Mar 2016
1{
2  "name": "metaverse", // The name of your project
3  "version": "0.92.12", // The version of your project
4  "description": "The Metaverse virtual reality. The final outcome of all virtual worlds, augmented reality, and the Internet.", // The description of your project
5  "main": "index.js"
6  "license": "MIT" // The license of your project
7}
Paula
24 May 2016
1{
2  "name": "metaverse", // The name of your project
3  "version": "0.92.12", // The version of your project
4  "description": "The Metaverse virtual reality. The final outcome of all virtual worlds, augmented reality, and the Internet.", // The description of your project
5  "main": "index.js"
6  "license": "MIT" // The license of your project
7}
8