UNPKG

841 BJSONView Raw
1{
2 "name": "generator-magicdawn",
3 "version": "0.10.1",
4 "description": "Yeoman generator for self use",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/magicdawn/generator-magicdawn.git"
12 },
13 "keywords": [
14 "yeoman-generator"
15 ],
16 "author": "magicdawn",
17 "license": "MIT",
18 "engines": {
19 "node": ">=4.0.0"
20 },
21 "bugs": {
22 "url": "https://github.com/magicdawn/generator-magicdawn/issues"
23 },
24 "homepage": "https://github.com/magicdawn/generator-magicdawn#readme",
25 "dependencies": {
26 "co": "^4.6.0",
27 "debug": "^3.1.0",
28 "git-config": "^0.0.7",
29 "lodash": "^4.17.4",
30 "moment": "^2.18.1",
31 "yeoman-generator": "^2.0.0"
32 },
33 "devDependencies": {
34 "eslint": "^4.8.0"
35 }
36}