UNPKG

914 BJSONView Raw
1{
2 "name": "generator-octoblu-service",
3 "version": "2.0.4",
4 "description": "A generator for Yeoman",
5 "keywords": [
6 "yeoman-generator"
7 ],
8 "homepage": "https://github.com/octoblu/generator-octoblu-service",
9 "bugs": "https://github.com/octoblu/generator-octoblu-service/issues",
10 "author": {
11 "name": "Octoblu",
12 "url": "https://github.com/octoblu"
13 },
14 "main": "app/index.js",
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/octoblu/generator-octoblu-service.git"
18 },
19 "scripts": {
20 "test": "./node_modules/.bin/mocha test/*.spec.coffee"
21 },
22 "dependencies": {
23 "coffee-script": "^1.7.1",
24 "github": "^0.2.4",
25 "yeoman-generator": "^0.17.2"
26 },
27 "devDependencies": {
28 "mocha": "^1.18.2",
29 "rimraf": "^2.2.8"
30 },
31 "peerDependencies": {
32 "yo": "^1.0.0"
33 },
34 "engines": {
35 "node": ">=0.8.0",
36 "npm": ">=1.2.10"
37 },
38 "license": "MIT"
39}
\No newline at end of file