-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.23 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "generator-voxa-skill",
"version": "0.1.0",
"description": "Voxa skill template generator",
"scripts": {
"test": "istanbul cover _mocha -- --recursive test",
"eslint": "node_modules/.bin/eslint generators/ test/",
"cobertura": "istanbul report cobertura --root coverage"
},
"author": {
"name": "Rain Agency",
"email": "[email protected]",
"url": ""
},
"files": [
"generators"
],
"main": "app/index.js",
"keywords": [
"yeoman-generator",
"alexa-skill"
],
"dependencies": {
"lodash": "^4.17.4",
"path": "^0.12.7",
"simple-mock": "^0.7.3",
"yeoman-generator": "^1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.2",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.1.1",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^4.3.0",
"gulp-nsp": "^2.4.2",
"gulp-plumber": "^1.1.0",
"istanbul": "^0.4.5",
"mocha": "*",
"yeoman-assert": "^3.0.0",
"yeoman-test": "^1.6.0"
},
"repository": "mediarain/generator-voxa-skill",
"license": "MIT"
}