forked from angular-fullstack/generator-angular-fullstack
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
76 lines (76 loc) · 1.75 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "generator-sql-fullstack",
"version": "1.0.1",
"description": "Yeoman generator for creating SQL-EAN stack applications, using SQL(e.g. Postgres, MySQL, MariaDB, SQLite, MSSQL), Express, AngularJS, and Node",
"keywords": [
"yeoman-generator",
"pean",
"sean",
"mssql",
"mariadb",
"mariasql",
"sqlite",
"sqlite3",
"node-sqlite3",
"node-postgres",
"node-mariadb",
"node-mssql",
"sql",
"sql-fullstack",
"postgres",
"angularjs",
"express",
"scaffold",
"fullstack",
"framework",
"component",
"front-end",
"app"
],
"homepage": "https://github.com/tashrafy/generator-sql-fullstack",
"bugs": "https://github.com/tashrafy/generator-sql-fullstack/issues",
"author": "Taufiqur Ashrafy",
"repository": {
"type": "git",
"url": "git://github.com/tashrafy/generator-sql-fullstack.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"yeoman-generator": "~0.17.0",
"chalk": "~0.4.0",
"wiredep": "~0.4.2",
"generator-ng-component": "~0.0.4"
},
"peerDependencies": {
"yo": ">=1.2.0"
},
"devDependencies": {
"chai": "^1.9.1",
"fs-extra": "^0.9.1",
"grunt": "~0.4.1",
"grunt-build-control": "DaftMonk/grunt-build-control",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-conventional-changelog": "~1.0.0",
"grunt-mocha-test": "^0.11.0",
"grunt-release": "~0.6.0",
"load-grunt-tasks": "~0.2.0",
"marked": "~0.2.8",
"mocha": "~1.21.0",
"q": "^1.0.1",
"semver": "~2.2.1",
"shelljs": "^0.3.0",
"underscore.string": "^2.3.3"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "BSD"
}
]
}