UNPKG

983 BJSONView Raw
1{
2 "name": "generator-octoblu-service",
3 "version": "5.0.0",
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 "latest-version": "^2.0.0",
26 "lodash": "^4.0.0",
27 "yeoman-generator": "^0.17.2"
28 },
29 "devDependencies": {
30 "mocha": "^1.18.2",
31 "rimraf": "^2.2.8",
32 "yeoman-assert": "^2.2.1",
33 "yeoman-test": "^1.4.0"
34 },
35 "engines": {
36 "node": ">=0.8.0",
37 "npm": ">=1.2.10"
38 },
39 "license": "MIT"
40}