-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 982 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
41
42
43
44
45
46
47
{
"name": "generator-pho",
"version": "1.4.0",
"description": "Project generator that includes pho-devstack",
"homepage": "https://github.com/madebysource/generator-pho",
"repository": {
"type": "git",
"url": "https://github.com/madebysource/generator-pho"
},
"bugs": "https://github.com/madebysource/generator-pho/issues",
"keywords": [
"yeoman-generator",
"scaffold",
"web",
"app",
"front-end",
"gulp",
"browserify",
"less",
"css",
"lesshat",
"angularjs",
"jasmine",
"lint",
"tdd",
"testing"
],
"author": "Pavel Gavlík <pavelgavlik@abdoc.net>",
"contributors": [
"Petr Brzek <petrbrzek@abdoc.net>",
"Jan Šedivý <jansedivy@abdoc.net>"
],
"main": "app/index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "^0.17.0"
},
"devDependencies": {
"mocha": "~1.14.0"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT"
}