UNPKG

937 BJSONView Raw
1{
2 "name": "generator-fatarrow",
3 "version": "0.9.0",
4 "description": "Yeoman generator",
5 "author": {
6 "name": "Cary Landholt",
7 "email": "cary@landholt.com",
8 "url": "https://github.com/CaryLandholt"
9 },
10 "repository": {
11 "type": "git",
12 "url": "CaryLandholt/generator-fatarrow"
13 },
14 "main": "app/index",
15 "keywords": [
16 "yeoman-generator",
17 "fatarrow",
18 "angular",
19 "angularjs",
20 "seed"
21 ],
22 "engines": {
23 "node": ">=0.10.0"
24 },
25 "dependencies": {
26 "chalk": "~0.4.0",
27 "fatarrow-ascii-art": "~0.1.1",
28 "underscore": "~1.6.0",
29 "underscore.string": "~2.3.3",
30 "yeoman-generator": "~0.16.0"
31 },
32 "devDependencies": {
33 "coffee-script": "~1.7.1",
34 "conventional-changelog": "~0.0.9",
35 "gulp": "~3.6.2",
36 "gulp-util": "~2.2.14",
37 "mocha": "~1.19.0"
38 },
39 "peerDependencies": {
40 "coffee-script": "~1.7.1",
41 "gulp": "~3.6.2",
42 "yo": "~1.1.2"
43 },
44 "scripts": {
45 "test": "mocha"
46 },
47 "files": [
48 "app",
49 "module"
50 ]
51}
\No newline at end of file