Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « npm-init « example « promzard « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89c6d1fb6e2acf2f96c63e73a014664939896d7c (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "npm-init",
  "version": "0.0.0",
  "description": "an initter you init wit, innit?",
  "main": "index.js",
  "scripts": {
    "test": "asdf"
  },
  "license": "BSD"
}