-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 879 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "generator-toy",
"version": "1.0.8",
"description": "A generator for toy problems with the tools you love: Mocha, Chai and JSHint",
"keywords": [
"yeoman-generator",
"puzzle",
"toyproblem",
"dojo",
"boilerplate"
],
"author": "Joao Stein <joaosteing@gmail.com> (http://jstein.me)",
"main": "app/index.js",
"repository": "joaostein/generator-toy",
"scripts": {
"test": "gulp"
},
"dependencies": {
"lodash": "^4.6.1",
"yeoman-generator": "^0.22.5"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0",
"mocha": "^2.4.5",
"mockery": "^1.4.1",
"yeoman-assert": "^2.1.1",
"yeoman-test": "^1.1.0"
},
"files": [
"app"
],
"license": "MIT"
}