UNPKG

672 BJSONView Raw
1{
2 "name": "generator-zooid",
3 "version": "4.7.0",
4 "description": "Generates a zooid component",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"No test specified\""
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/octoblu/generator-zooid.git"
12 },
13 "keywords": [
14 "yeoman-generator"
15 ],
16 "author": "Octoblu",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/octoblu/generator-zooid/issues"
20 },
21 "homepage": "https://github.com/octoblu/generator-zooid#readme",
22 "files": [
23 "generators",
24 "app",
25 "component"
26 ],
27 "dependencies": {
28 "lodash": "^4.12.0",
29 "yeoman-generator": "^0.23.3"
30 }
31}