forked from akalani/generator-node-angular-webapp
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 729 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 729 Bytes
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
{
"name": "generator-node-angular-webapp",
"version": "1.0.1",
"description": "Scaffold out a tiered Mongo / Express / Angular / Node (MEAN) web application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"yeoman",
"mean",
"node",
"nodejs",
"angular",
"mongo",
"mongodb",
"express",
"rest",
"api"
],
"repository": "https://github.com/akalani/generator-node-angular-webapp.git",
"author": {
"name": "Ashish Kalani",
"email": "",
"url": "https://github.com/akalani"
},
"license": "MIT",
"dependencies": {
"chalk": "^1.0.0",
"yeoman-generator": "^0.20.1",
"yosay": "^1.0.4"
}
}