forked from lucalanca/angular-architecture-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "angular-architecture-graph",
"version": "0.2.3",
"description": "Create a graph of an angular project's architecture",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"angular",
"architecture",
"graph"
],
"author": "João Figueiredo <@lucalanca>",
"repository": {
"type": "git",
"url": "git://github.com/lucalanca/angular-architecture-graph.git"
},
"bugs": {
"url": "https://github.com/lucalanca/angular-architecture-graph/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/lucalanca/angular-architecture-graph/blob/master/LICENSE-MIT"
}
],
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^1.1.0",
"grunt-mocha-test": "^0.10.0",
"grunt-publish": "0.0.5",
"load-grunt-config": "^0.13.1",
"load-grunt-tasks": "^0.6.0",
"mocha": "^1.18.2",
"nodegit": "^0.1.4",
"q-io": "^1.11.5",
"should": "^3.2.0"
},
"dependencies": {
"lodash": "^2.4.1"
}
}