This repository was archived by the owner on Sep 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "generator-boomerang",
"version": "0.0.4",
"description": "GDG Boomerang generator for Yeoman",
"keywords": [
"gdg",
"boomerang"
],
"homepage": "https://github.com/gdg-x/generator-boomerang",
"bugs": {
"url": "https://github.com/gdg-x/generator-boomerang/issues"
},
"author": {
"name": "Joshua Woodward",
"email": "jw@woodwardmedia.net",
"url": "https://github.com/gdg-x"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/gdg-x/generator-boomerang.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.13.0"
},
"devDependencies": {
"mocha": "~1.10.0"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
],
"readme": "# Generator-boomerang\n\n\nA generator for Yeoman.\n\n## Getting started\n- Make sure you have [yo](https://github.com/yeoman/yo) installed:\n `npm install -g yo`\n- Install the generator: `npm install -g generator-boomerang`\n- Run: `yo boomerang`\n\n## License\n[MIT License](http://en.wikipedia.org/wiki/MIT_License)\n",
"readmeFilename": "README.md",
"_id": "generator-boomerang@0.0.3",
"dist": {
"shasum": "001f86b9fd4d0a5d66b5a728e1d99b61f589e1bb"
},
"_from": "generator-boomerang@",
"_resolved": "https://registry.npmjs.org/generator-boomerang/-/generator-boomerang-0.0.3.tgz"
}