UNPKG

972 BJSONView Raw
1{
2 "name": "yeoman-test",
3 "version": "1.9.1",
4 "description": "Test utilities for Yeoman generators",
5 "homepage": "http://yeoman.io/authoring/testing.html",
6 "author": "The Yeoman Team",
7 "files": [
8 "lib"
9 ],
10 "main": "lib/index.js",
11 "keywords": [
12 "yeoman",
13 "unit test"
14 ],
15 "repository": "yeoman/yeoman-test",
16 "devDependencies": {
17 "eslint": "^4.2.0",
18 "gulp": "^4.0.0",
19 "gulp-coveralls": "^0.1.0",
20 "gulp-eslint": "^4.0.0",
21 "gulp-exclude-gitignore": "^1.0.0",
22 "gulp-istanbul": "^1.1.2",
23 "gulp-mocha": "^5.0.0",
24 "gulp-nsp": "^3.0.1",
25 "gulp-plumber": "^1.0.0"
26 },
27 "scripts": {
28 "prepublish": "gulp prepublish",
29 "test": "gulp"
30 },
31 "license": "MIT",
32 "dependencies": {
33 "inquirer": "^5.2.0",
34 "lodash": "^4.17.10",
35 "mkdirp": "^0.5.1",
36 "pinkie-promise": "^2.0.1",
37 "rimraf": "^2.4.4",
38 "sinon": "^5.0.7",
39 "yeoman-environment": "^2.3.0",
40 "yeoman-generator": "^2.0.5"
41 }
42}