-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
33 lines (33 loc) · 805 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
{
"name": "angular-modules-graph",
"version": "0.1.0-1",
"description": "Create a graph of angular module definitions",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"angular",
"modules",
"graph"
],
"author": "Carlo Colombo <@lit_car>",
"repository": {
"type": "git",
"url": "git://github.com/carlo-colombo/angular-modules-graph.git"
},
"bugs": {
"url": "https://github.com/carlo-colombo/angular-modules-graph/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/carlo-colombo/angular-modules-graph/blob/master/LICENSE-MIT"
}],
"devDependencies": {
"mocha": "^1.18.2",
"should": "^3.2.0",
"grunt-mocha-test": "^0.10.0",
"grunt": "^0.4.4",
"grunt-contrib-watch": "^0.6.1"
}
}