-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 966 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
39
40
41
42
{
"name": "generator-wejs",
"version": "1.8.0",
"description": "We.js Yeoman generator for generate plugins, themes and projects",
"license": "MIT",
"main": "app/index.js",
"repository": "wejs/generator-wejs",
"author": {
"name": "Alberto Souza",
"email": "[email protected]",
"url": "https://github.com/albertosouza"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "mocha",
"upp": "node bin/up-projects.js"
},
"keywords": [
"yeoman-generator",
"scaffold",
"we.js"
],
"dependencies": {
"json2yaml": "^1.1.0",
"lodash": "^4.17.11",
"mime": "^2.4.0",
"swagger-inline": "^3.0.0",
"underscore.string": "^3.3.5",
"yeoman-generator": "^3.2.0",
"yosay": "^2.0.2"
},
"devDependencies": {
"async": "^2.6.2",
"jshint": "^2.10.2",
"mocha": "^6.0.2",
"npm-check-updates": "^3.1.1",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^1.9.1"
}
}