-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.34 KB
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
51
52
53
54
55
56
57
58
{
"name": "expressjs-api",
"version": "0.1.0",
"description": "Yeoman generator for creating Web APIs using MongoDB/Sequelize (MySQL, Postgres, etc), Express, and Node",
"keywords": [
"yeoman-generator",
"mongodb",
"postgres",
"express",
"scaffold",
"framework",
"component",
"app",
"api"
],
"author": "Mayank Chandel",
"contributors": [
],
"repository": {
"type": "git",
"url": "git@github.com:mayank2567/expressjs-api.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"babel-core": "^5.8.23",
"chalk": "^1.1.0",
"glob": "^5.0.14",
"lodash": "^3.10.1",
"underscore.string": "^3.1.1",
"yeoman-generator": "~0.20.3",
"yeoman-welcome": "^1.0.1"
},
"devDependencies": {
"chai": "^3.2.0",
"grunt": "~0.4.1",
"grunt-build-control": "^0.6.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-conventional-changelog": "^4.1.0",
"grunt-david": "~0.5.0",
"grunt-env": "^0.4.1",
"grunt-mocha-test": "^0.12.7",
"grunt-release": "^0.13.0",
"jit-grunt": "^0.9.1",
"mocha": "^2.2.5",
"q": "^1.0.1",
"recursive-readdir": "^1.2.0",
"shelljs": "^0.5.3",
"yeoman-assert": "^2.0.0"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=1.2.10"
},
"license": "BSD-2-Clause"
}