Skip to content

Commit ede8412

Browse files
author
Nicolas Perraut
committed
Fix package.json
1 parent a2c3e43 commit ede8412

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

package.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
{
2+
3+
"name": "janari",
4+
"version": "0.1.0",
5+
"description": "An open food analyser",
6+
"licenses": [{
7+
"type": "GNU GPL v3",
8+
"url": "https://opensource.org/licenses/GPL-3.0"
9+
}],
10+
"author": {
11+
"name": "Nicolas Perraut",
12+
"email": "nicolas@ownweb.fr",
13+
"web": "http://ownweb.fr"
14+
},
15+
"contributors": [
16+
{
17+
"name": "Nicolas Perraut",
18+
"email": "nicolas@ownweb.fr",
19+
"web": "http://ownweb.fr"
20+
}
21+
],
22+
"repository": "https://github.com/mafzst/janari",
23+
"bugs": "https://github.com/mafzst/janari/issues",
224
"dependencies": {
325
"@angular/common": "2.0.0-rc.4",
426
"@angular/compiler": "2.0.0-rc.4",
@@ -36,7 +58,5 @@
3658
"cordova-plugin-splashscreen",
3759
"ionic-plugin-keyboard"
3860
],
39-
"cordovaPlatforms": [],
40-
"name": "cutepuppypics",
41-
"description": "cutePuppyPics: An Ionic project"
61+
"cordovaPlatforms": []
4262
}

0 commit comments

Comments
 (0)