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

package.json « outdated-depth-integer « disabled « test - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df269dc725e583658219d91a18f43d6b7a5faa7a (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "whatever",
  "description": "yeah idk",
  "version": "1.2.3",
  "main": "index.js",
  "dependencies": {
    "underscore": "1.3.1"
  },
  "repository": "git://github.com/luk-/whatever"
}