-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 857 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
{
"name": "generator-laph",
"version": "0.0.1",
"description": "A generator for webapps that uses Lungo + Angular and is meant to be built for Phonegap",
"keywords": [
"yeoman-generator",
"phonegap",
"lungo",
"angular"
],
"homepage": "https://github.com/i8ramin/generator-laph",
"bugs": "https://github.com/i8ramin/generator-laph/issues",
"author": {
"name": "i8ramin",
"email": "i8ramin@gmail.com",
"url": "https://github.com/i8ramin"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/i8ramin/generator-laph.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.10.2"
},
"devDependencies": {
"mocha": "~1.9.0"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
]
}