UNPKG

1.72 kBJSONView Raw
1{
2 "name": "generator-ng-poly",
3 "version": "0.10.7",
4 "description": "Yeoman generator for modular AngularJS apps with Gulp and optional Polymer support",
5 "license": "MIT",
6 "main": "generators/app/index.js",
7 "repository": "dustinspecker/generator-ng-poly",
8 "author": {
9 "name": "Dustin Specker",
10 "email": "DustinSpecker@DustinSpecker.com",
11 "url": "https://github.com/dustinspecker"
12 },
13 "engines": {
14 "node": ">=0.10.0"
15 },
16 "scripts": {
17 "prepublish": "npm test",
18 "test": "gulp test",
19 "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
20 },
21 "files": [
22 "generators"
23 ],
24 "keywords": [
25 "yeoman-generator",
26 "angular",
27 "gulp",
28 "jasmine",
29 "mocha",
30 "protractor",
31 "polymer"
32 ],
33 "dependencies": {
34 "chalk": "^1.0.0",
35 "class-extend": "^0.1.1",
36 "count-spaces": "^1.0.1",
37 "findup-sync": "^0.2.0",
38 "func-has-param": "^1.1.1",
39 "indent-string": "^2.0.0",
40 "lodash": "^3.0.0",
41 "mkdirp": "^0.5.0",
42 "newline-regex": "^0.2.0",
43 "ng-add-dep": "^0.3.0",
44 "recursive-readdir": "^1.2.1",
45 "underscore.string": "^3.0.1",
46 "update-notifier": "^0.5.0",
47 "yeoman-generator": "~0.20.1",
48 "yosay": "^1.0.0"
49 },
50 "devDependencies": {
51 "a": "^0.4.6",
52 "babel": "^5.5.7",
53 "chai": "^3.2.0",
54 "coveralls": "^2.11.1",
55 "del": "^1.2.0",
56 "eslint-config-dustinspecker": "^0.1.0",
57 "eslint-path-formatter": "^0.1.1",
58 "gulp": "^3.9.0",
59 "gulp-babel": "^5.1.0",
60 "gulp-eslint": "^1.0.0",
61 "gulp-istanbul": "^0.10.0",
62 "gulp-jscs": "^2.0.0",
63 "gulp-jshint": "^1.9.0",
64 "gulp-mocha": "^2.0.0",
65 "proxyquire": "^1.0.1",
66 "sinon": "^1.10.3"
67 }
68}