forked from briot/geneapro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 838 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": "geneaprove",
"version": "0.1.0",
"description": "Prove your genealogy",
"repository": {
"type": "git",
"url": "http://github.com:briot/geneapro.git"
},
"devDependencies": {
"grunt-contrib-cssmin": ">=0.11.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-less": "~1.0.0",
"grunt-ng-annotate": "0.10.x",
"grunt-angular-templates": "~0.5.7",
"grunt-contrib-uglify": "0.8.x",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt": "0.4.x",
"grunt-cli": "0.1.x"
},
"dependencies": {
"angular": "1.2.x",
"angular-sanitize": "1.2.x",
"angular-local-storage": "0.1.x",
"angular-ui-router": "0.2.13",
"angular-upload": "1.0.11",
"d3": "3.5.x",
"font-awesome": ""
}
}