Blame view

package.json 716 Bytes
40206905   David Thor   Added project files
1
2
3
4
5
6
7
8
9
10
{
  "name": "arcus-mutation",
  "description": "Automatically generate default accessors and mutators for a class.",
  "main": "./lib/arcus-mutation",
  "author": {
    "name": "Michael Muesch"
  },
  "version": "0.1.0",
  "repository": {
    "type": "git",
460af66a   David Thor   Updated package.json
11
    "url": "http://gitlab.arcussolutions.com/arcus-solutions/node-model-mutation/"
40206905   David Thor   Added project files
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  },
  "bugs": {
    "url": "https://github.com/ArcusSolutions/arcus-mutation/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/caolan/async/raw/master/LICENSE"
    }
  ],
  "readmeFilename": "README.md",
  "homepage": "https://github.com/ArcusSolutions/arcus-mutation",
  "_id": "arcus-mutation@0.1.0",
  "_from": "arcus-mutation@*"
}