-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 924 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
{
"name": "generator-grail",
"version": "0.3.6",
"description": "Yeoman Generator for a modern webdev environment. Optional with Client and/or Server framework on top. Includes batteries.",
"main": "app/index.js",
"scripts": {},
"keywords": [
"yeoman-generator", "gulp", "browserify", "browser-sync", "mocha",
"vue.js", "stylus", "semantic-ui", "fastclick", "coffee-script",
"express.js", "mongoose", "lodash", "socket.io", "bcrypt", "jsonwebtoken"
],
"repository": "https://github.com/mustardamus/generator-grail.git",
"author": {
"name": "Sebastian Senf",
"email": "me@akrasia.me",
"url": "http://akrasia.me"
},
"license": "MIT",
"dependencies": {
"bcrypt": "^0.8.5",
"chalk": "^0.5.1",
"coffee-script": "^1.8.0",
"handlebars": "^2.0.0",
"lodash": "^3.10.1",
"pluralize": "^1.2.1",
"yeoman-generator": "^0.17.7"
},
"devDependencies": {
}
}